summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Sync with sys/i386/conf/files.i386 revision 1.239.kato1999-05-102-4/+2
* Sync with sys/i386/conf/GENERIC and Makefile.i386 revisions 1.169 andkato1999-05-104-60/+60
* Make corresponding changes to match config updatepeter1999-05-102-40/+48
* Apparently we need to define rootdev and dumpdev here now. This ispeter1999-05-101-1/+3
* #if 0 some unused code (debug?) to quiet a warning.peter1999-05-102-4/+10
* Clean out some unused leftovers from before the split from the old isa.c.peter1999-05-092-30/+6
* Un-duplicate DO_SETBITS() (it was identical for both SMP and !SMP)..peter1999-05-091-30/+16
* For what it's worth, idelayed is declared as a volatile in the headers,peter1999-05-095-10/+10
* loadandclear() uses an atomic instruction (even on SMP, where it's anpeter1999-05-093-7/+7
* #ifdef BRIDGE around a goto label used by the bridge code to silcence apeter1999-05-094-4/+12
* Really support Ultra-2 chips. Symbios redefined a register thatse1999-05-091-33/+11
* Move KERNEL?=kernel to top of the file where it's more obvious and addpeter1999-05-093-63/+54
* Put an example of 'makeoptions KERNEL=foo' to replace the oldpeter1999-05-093-3/+15
* Remove hackish foot protection.. If you ask for an atkbd on an isa buspeter1999-05-093-51/+3
* Lites2 seems to have pretty much disappeared from the radar, and I suspectpeter1999-05-091-5/+2
* Make COM_ESP and COM_MULTIPORT compile for LINT. It might even work..peter1999-05-092-12/+12
* don't confuse units and devices.phk1999-05-092-12/+8
* For the ioctl that reads the pci configuration, look up the name and unitpeter1999-05-092-32/+28
* GC unused variable in struct.peter1999-05-092-4/+2
* Enable the support for a file interface on the HID driver forn_hibma1999-05-091-1/+22
* Put back changes that might be causing trouble on Alpha.mckusick1999-05-092-6/+10
* Reserve 124 for USB Communications Class Driversn_hibma1999-05-092-2/+4
* s/main/mi_startup/peter1999-05-091-3/+3
* s/main/mi_startup/ for the kernel entry point so that egcs doesn't getpeter1999-05-095-21/+14
* Move a couple of bits of (now) static content from config(8) (ie: %LOAD)peter1999-05-093-24/+39
* Added Thrustmaster Fusion Digital Gamepadn_hibma1999-05-092-0/+16
* Make minor, major and makedev inline functions so we gain type checkingphk1999-05-091-4/+20
* No point in swapdev being a static global when used only locally.phk1999-05-091-2/+2
* Missing revision markers.peter1999-05-095-0/+8
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:peter1999-05-0957-298/+74
* 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
* 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
* 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
OpenPOWER on IntegriCloud