Bug #73 » spic.outb.diff
/usr/src1/sys/dev/misc/spic/spic.c 16 Jan 2006 23:03:26 -0000 | ||
---|---|---|
#define SCBUFLEN 128
|
||
struct spic_softc {
|
||
u_short sc_port_addr;
|
||
u_int sc_port_addr;
|
||
u_char sc_intr;
|
||
struct resource *sc_port_res,*sc_intr_res;
|
||
int sc_port_rid,sc_intr_rid;
|
- « Previous
- 1
- 2
- Next »