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