summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* #if 0 some unused code (debug?) to quiet a warning.Peter Wemm1999-05-102-4/+10
* Clean out some unused leftovers from before the split from the old isa.c.Peter Wemm1999-05-092-30/+6
* Un-duplicate DO_SETBITS() (it was identical for both SMP and !SMP)..Peter Wemm1999-05-091-30/+16
* For what it's worth, idelayed is declared as a volatile in the headers,Peter Wemm1999-05-095-10/+10
* loadandclear() uses an atomic instruction (even on SMP, where it's anPeter Wemm1999-05-093-7/+7
* #ifdef BRIDGE around a goto label used by the bridge code to silcence aPeter Wemm1999-05-094-4/+12
* Really support Ultra-2 chips. Symbios redefined a register thatStefan Eßer1999-05-091-33/+11
* Move KERNEL?=kernel to top of the file where it's more obvious and addPeter Wemm1999-05-093-63/+54
* Put an example of 'makeoptions KERNEL=foo' to replace the oldPeter Wemm1999-05-093-3/+15
* Remove hackish foot protection.. If you ask for an atkbd on an isa busPeter Wemm1999-05-093-51/+3
* Lites2 seems to have pretty much disappeared from the radar, and I suspectPeter Wemm1999-05-091-5/+2
* Make COM_ESP and COM_MULTIPORT compile for LINT. It might even work..Peter Wemm1999-05-092-12/+12
* don't confuse units and devices.Poul-Henning Kamp1999-05-092-12/+8
* For the ioctl that reads the pci configuration, look up the name and unitPeter Wemm1999-05-092-32/+28
* GC unused variable in struct.Peter Wemm1999-05-092-4/+2
* Enable the support for a file interface on the HID driver forNick Hibma1999-05-091-1/+22
* Put back changes that might be causing trouble on Alpha.Kirk McKusick1999-05-092-6/+10
* Reserve 124 for USB Communications Class DriversNick Hibma1999-05-092-2/+4
* s/main/mi_startup/Peter Wemm1999-05-091-3/+3
* s/main/mi_startup/ for the kernel entry point so that egcs doesn't getPeter Wemm1999-05-095-21/+14
* Move a couple of bits of (now) static content from config(8) (ie: %LOAD)Peter Wemm1999-05-093-24/+39
* Added Thrustmaster Fusion Digital GamepadNick Hibma1999-05-092-0/+16
* Make minor, major and makedev inline functions so we gain type checkingPoul-Henning Kamp1999-05-091-4/+20
* No point in swapdev being a static global when used only locally.Poul-Henning Kamp1999-05-091-2/+2
* Missing revision markers.Peter Wemm1999-05-095-0/+8
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:Peter Wemm1999-05-0957-298/+74
* Optimize out a couple of places where com_addr() is used twice in a row,Peter Wemm1999-05-092-54/+18
* Oops. If ROOTDEVNAME isn't defined, have -r call -a.Poul-Henning Kamp1999-05-092-2/+10
* no longer used.Poul-Henning Kamp1999-05-091-134/+0
* Major lobotomy of config(8). ThePoul-Henning Kamp1999-05-0913-51/+277
* Delete the #if'ed out old isa bus probe/attach routinesPeter Wemm1999-05-091-73/+1
* Make the pci vga detection work so that the card is claimed and it'sPeter Wemm1999-05-091-10/+5
* Fix a couple of warnings and some bitrot in comments.Peter Wemm1999-05-0910-30/+16
* Always use the module system, rather than in an #ifdef.Peter Wemm1999-05-091-10/+1
* Argh, don't clobber the pci device list if there are multiple busses!Peter Wemm1999-05-092-10/+4
* Quiet a warning, put a #if 0 around some (I believe) unused static structs.Peter Wemm1999-05-093-0/+6
* major(something) can never become NODEV.Poul-Henning Kamp1999-05-091-4/+2
* remove cast from dev_t to dev_t.Poul-Henning Kamp1999-05-092-4/+22
* Move opt_sio.h options to conf/options and activate in isa/sio.cPeter Wemm1999-05-095-13/+12
* Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference betweenPoul-Henning Kamp1999-05-0918-39/+52
* Remove DDB.Doug Rabson1999-05-092-8/+2
* Hack the diskslice stuff so that it allows the alpha sysinstall toDoug Rabson1999-05-091-2/+8
* add some amount of sanity to the way the gdb stuff finds its device.Poul-Henning Kamp1999-05-096-40/+42
* Fix two warnings.Peter Wemm1999-05-092-2/+10
* Fix warnings.Peter Wemm1999-05-091-3/+4
* Yet a major/dev_t confusionPoul-Henning Kamp1999-05-091-4/+7
* siocngetc & putc can be staticized.Poul-Henning Kamp1999-05-092-14/+6
* Yet another place which knew too much. Still not sure how muchPoul-Henning Kamp1999-05-092-4/+4
* fix some DRIVER_TYPE / INTR_TYPE confusions.Poul-Henning Kamp1999-05-092-5/+4
* Don't confuse dev_t and major numbers in DEV_MODULE()Poul-Henning Kamp1999-05-094-13/+14