This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
sys
/
isa
History
Jonathan Lemon
608a3ce62a
Extend kqueue down to the device layer.
...
Backwards compatible approach suggested by: peter
2001-02-15 16:34:11 +00:00
..
ic
…
atkbd_isa.c
…
atkbdc_isa.c
Convert more malloc+bzero to malloc+M_ZERO.
2000-12-08 21:51:06 +00:00
atrtc.c
Catch up to changes to inthand_add().
2001-02-09 17:48:33 +00:00
fd.c
Convert more malloc+bzero to malloc+M_ZERO.
2000-12-08 21:51:06 +00:00
fdc.h
…
fdreg.h
…
isa_common.c
It's possible for an ISA bus to be hung off an EISA bridge, so we need to
2000-12-12 23:33:29 +00:00
isa_common.h
…
isa_if.m
…
isahint.c
…
isareg.h
…
isavar.h
…
joy.c
…
pnp.c
…
pnpparse.c
Convert more malloc+bzero to malloc+M_ZERO.
2000-12-08 21:51:06 +00:00
pnpreg.h
…
pnpvar.h
…
ppc.c
Consider that the chipset may be in ECP mode (from BIOS settings)
2001-01-25 10:51:41 +00:00
ppcreg.h
Consider that the chipset may be in ECP mode (from BIOS settings)
2001-01-25 10:51:41 +00:00
psm.c
select() DKI is now in <sys/selinfo.h>.
2001-01-09 04:33:49 +00:00
rtc.h
…
sio.c
Extend kqueue down to the device layer.
2001-02-15 16:34:11 +00:00
sioreg.h
…
syscons_isa.c
…
vga_isa.c
…