summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:peter1999-05-0957-298/+74
* Turn on compat22 dist.obrien1999-05-091-2/+2
* Optimize out a couple of places where com_addr() is used twice in a row,peter1999-05-092-54/+18
* Oops. If ROOTDEVNAME isn't defined, have -r call -a.phk1999-05-092-2/+10
* no longer used.phk1999-05-091-134/+0
* Major lobotomy of config(8). Thephk1999-05-0913-51/+277
* Delete the #if'ed out old isa bus probe/attach routinespeter1999-05-091-73/+1
* Make the pci vga detection work so that the card is claimed and it'speter1999-05-091-10/+5
* Fix a couple of warnings and some bitrot in comments.peter1999-05-0910-30/+16
* Always use the module system, rather than in an #ifdef.peter1999-05-091-10/+1
* Argh, don't clobber the pci device list if there are multiple busses!peter1999-05-092-10/+4
* More typos.kris1999-05-091-2/+2
* Typo.kris1999-05-091-1/+1
* Quiet a warning, put a #if 0 around some (I believe) unused static structs.peter1999-05-093-0/+6
* major(something) can never become NODEV.phk1999-05-091-4/+2
* remove cast from dev_t to dev_t.phk1999-05-092-4/+22
* Move opt_sio.h options to conf/options and activate in isa/sio.cpeter1999-05-095-13/+12
* Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference betweenphk1999-05-0918-39/+52
* Remove DDB.dfr1999-05-092-8/+2
* Back out the last change to disk.c - a kernel change removed the need.dfr1999-05-092-3/+6
* Hack the diskslice stuff so that it allows the alpha sysinstall todfr1999-05-091-2/+8
* add some amount of sanity to the way the gdb stuff finds its device.phk1999-05-096-40/+42
* Fix two warnings.peter1999-05-092-2/+10
* Fix warnings.peter1999-05-091-3/+4
* Yet a major/dev_t confusionphk1999-05-091-4/+7
* siocngetc & putc can be staticized.phk1999-05-092-14/+6
* Yet another place which knew too much. Still not sure how muchphk1999-05-092-4/+4
* fix some DRIVER_TYPE / INTR_TYPE confusions.phk1999-05-092-5/+4
* Don't confuse dev_t and major numbers in DEV_MODULE()phk1999-05-094-13/+14
* Peter beat me to half this patch, but didn't do the other half:phk1999-05-091-4/+5
* Comment advising ordering of cdevsw_add and bdevsw_add is obsolete (nopeter1999-05-091-4/+1
* Duh, bdevsw() takes dev_t arg.phk1999-05-092-16/+18
* Mutex test program.jb1999-05-092-0/+1556
* Add mutex test program.jb1999-05-093-6/+6
* Removed DRIVER_TYPE_TTY field.kato1999-05-091-2/+1
* Reserve a major number for the frame buffer device.yokota1999-05-093-3/+6
* Sync with sys/isa/sio.c revision 1.234.kato1999-05-092-54/+156
* Don't confuse cursor keys with numpad keys when composing a char code.yokota1999-05-092-10/+10
* Minor tweak after the introduction of new-bus to i386; properlyyokota1999-05-092-28/+28
* Revive APM hooking code for i386 arch now that the same source file isyokota1999-05-092-6/+16
* Make apm_probe() properly return an error code when APM BIOS callsyokota1999-05-092-8/+8
* Added backward compatibility to set key repeat rate.yokota1999-05-091-7/+28
* Removed DRIVER_TYPE_TTY field.kato1999-05-092-4/+2
* Sync with sys/isa/atkbd_isa.c revision 1.4.kato1999-05-092-8/+6
* Sync with sys/i386/isa/wd.c revision 1.197.kato1999-05-091-7/+1
* Sync with sys/i386/isa/pcausio.c revision 1.48.kato1999-05-091-4/+4
* Sync with sys/i386/isa/npx.c revision 1.61.kato1999-05-091-7/+9
* Sync with sys/i386/isa/mse.c revision 1.42.kato1999-05-091-6/+8
* Sync with sys/i386/isa/fd.c revision 1.142.kato1999-05-092-22/+6
* Sync with sys/i386/i386/userconfig.c revision 1.141.kato1999-05-091-19/+49
OpenPOWER on IntegriCloud