freebsd-dev/sys/isa
Paul Traina 77f77631e7 (a) remove the pointer to each driver's tty structure array from cdevsw
(b) add a function callback vector to tty drivers that will return a pointer
    to a valid tty structure based upon a dev_t
(c) make syscons structures the same size whether or not APM is enabled so
    utilities don't crash if NAPM changes (and make the damn kernel compile!)
(d) rewrite /dev/snp ioctl interface so that it is device driver and i386
    independant
1995-02-25 20:09:44 +00:00
..
ic Peter's work to work around one of the most annoying bugs in the 1995-01-06 15:20:00 +00:00
atrtc.c Submitted by: Bruce Evans 1995-01-19 22:05:27 +00:00
fd.c Back out my previous change and disable the floppy tape controller again 1995-01-27 20:03:07 +00:00
fdc.h Peter's work to work around one of the most annoying bugs in the 1995-01-06 15:20:00 +00:00
fdreg.h
joy.c Put the joystick status in a struct {int x, y, b1, b2;} rather than in a 1995-02-22 23:34:58 +00:00
kbdtables.h Reviewed by: 1995-01-30 21:36:32 +00:00
rtc.h Here is a minor patch for FreeBSD 2.0R to allow it to recognize 1994-12-04 20:22:20 +00:00
sio.c (a) remove the pointer to each driver's tty structure array from cdevsw 1995-02-25 20:09:44 +00:00
sioreg.h Submitted by: Bill Paul (wpaul@ctr.columbia.edu) 1995-01-20 07:34:18 +00:00
syscons.c (a) remove the pointer to each driver's tty structure array from cdevsw 1995-02-25 20:09:44 +00:00
syscons.h (a) remove the pointer to each driver's tty structure array from cdevsw 1995-02-25 20:09:44 +00:00
timerreg.h