summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Unused variablePeter Wemm1999-05-101-3/+1
* MFS: indent-assisted style cleanup.Dag-Erling Smørgrav1999-05-102-60/+54
* #include "pci.h" for the build dir, not <pci.h>Peter Wemm1999-05-102-4/+4
* Remove VIA USB controller (was '#if 0' out), to make sureNick Hibma1999-05-101-3/+1
* Adjust console stuff now that makedev is no longer a macro.Doug Rabson1999-05-105-9/+14
* Don't assume branch heads are alive.. (related to previous change to thePeter Wemm1999-05-101-1/+2
* Remove obsolete 'config kernel' line.Doug Rabson1999-05-102-6/+2
* Ack! I deleted "struct", not "const".. Oh boy...Peter Wemm1999-05-102-2/+2
* [Forgot to commit this in the batch a few days ago.]Bruce Evans1999-05-102-2/+6
* Detect PCI device IDs for latest boards. Simplified the ID comparisons.Bruce Evans1999-05-103-15/+9
* Move sysctl/ to src/sbin/ where it now belongs.David E. O'Brien1999-05-107-1002/+4
* Support LifeView FlyVideo 98 cards. Use EEPROM for card autodetection.UseRoger Hardiman1999-05-102-126/+360
* Update card type to support GPIO maskRoger Hardiman1999-05-102-10/+14
* Add #if (NSMBUS>0) checks around smbus/iicbus i2c bus code.Roger Hardiman1999-05-102-8/+14
* Fixed for COM_MULTIPORT option. Members flags and unit should beKATO Takenori1999-05-102-4/+6
* Sync with sys/isa/sio.c revision 1.240.KATO Takenori1999-05-102-94/+52
* Sync with sys/i386/isa/isa_dma.c revision 1.3.KATO Takenori1999-05-102-30/+6
* Sync with sys/i386/isa/if_ed.c revision 1.152.KATO Takenori1999-05-101-1/+3
* Sync with sys/i386/isa/clock.c revision 1.133.KATO Takenori1999-05-103-6/+6
* Sync with sys/i386/conf/options.i386 revision 1.113.KATO Takenori1999-05-102-8/+2
* Sync with sys/i386/conf/majors.i386 revision 1.74.KATO Takenori1999-05-101-1/+3
* Sync with sys/i386/conf/files.i386 revision 1.239.KATO Takenori1999-05-102-4/+2
* Sync with sys/i386/conf/GENERIC and Makefile.i386 revisions 1.169 andKATO Takenori1999-05-104-60/+60
* Add update on the status of new bus.Warner Losh1999-05-101-1/+8
* Fix mknod which overloaded a little too much on "minor" and "major"Poul-Henning Kamp1999-05-101-6/+6
* Fixed disordering in previous commit.Bruce Evans1999-05-101-3/+3
* Make corresponding changes to match config updatePeter Wemm1999-05-102-40/+48
* Apparently we need to define rootdev and dumpdev here now. This isPeter Wemm1999-05-101-1/+3
* Understand 'config kernelname' and pretend it was aPeter Wemm1999-05-102-0/+29
* MFS.David E. O'Brien1999-05-101-0/+8
* Sometime since this file was written, the list of kernel malloc typesWarner Losh1999-05-101-4/+15
* #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
* Silence message about absence of PnP overrides.Andrzej Bialecki1999-05-091-4/+5
* 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
* Revert to the previous behaviour of only doing a utmpBrian Somers1999-05-091-2/+2
* Enable the support for a file interface on the HID driver forNick Hibma1999-05-091-1/+22
* Deal with the fact that as we now mbuf_Read the fsmBrian Somers1999-05-0915-96/+98