summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Backout early start of APs since it caused some machines to hang.tegge1999-04-137-28/+7
* Merge in some updates for the RealTek driver, mainly:wpaul1999-04-122-168/+113
* Grr... don't touch the PN_GEN (general purpose) register in pn_setcfg()wpaul1999-04-121-6/+8
* Add support for the 3cSOHO100-TX, which is a "hurricane" chipsetwpaul1999-04-122-3/+8
* More consistent with surrounding style. (Hey - it looked great in theeivind1999-04-121-2/+2
* Shorten line.eivind1999-04-121-3/+3
* PCX loader for pseudo-device splash.des1999-04-124-2/+534
* Centralize and reorganize a few macros.des1999-04-129-30/+56
* Typo in comment.des1999-04-121-2/+2
* ppp != iijppp any morebrian1999-04-123-9/+9
* Sync with sys/i386/isa/isa.c revision 1.118.kato1999-04-121-7/+1
* Minor tweak: move initialiation of busctl register to before setting ofwpaul1999-04-121-3/+3
* Make debugging more selective.n_hibma1999-04-116-19/+42
* 1) Make debugging more selective.n_hibma1999-04-1118-201/+180
* Some small updates:wpaul1999-04-112-9/+27
* Applied patch for ukbd disconnect. Disconnect not fully functionaln_hibma1999-04-111-66/+99
* USBD_STALLED bit checking was inconsistent. Mixed use of == and &n_hibma1999-04-111-5/+6
* Remove unit from struct. Not used anymore.n_hibma1999-04-112-2/+0
* Move initialization of SWI's in the tty|net|bio masks from isa.c intopeter1999-04-113-19/+7
* Reenable the recursive disconnection from a hub. Stop gap solutionn_hibma1999-04-111-7/+9
* Changed pci_config_read() to pci_map_port(). Pointed out by Doug Rabson.n_hibma1999-04-112-4/+10
* Control unaligned access handling via sysctl.simokawa1999-04-111-5/+13
* Don't define NMBCLUSTERS here.simokawa1999-04-111-8/+1
* Enable the promiscuous mode workaround for the PNIC 82c168 chip, whichwpaul1999-04-112-4/+6
* Remove unused function int fi() {return 0;}eivind1999-04-112-8/+2
* Staticize.eivind1999-04-111-2/+2
* Back out default debug kernel. The flags revert to historical behaviour.grog1999-04-117-35/+14
* Correct prototype for wdstarteivind1999-04-111-1/+1
* Staticize.eivind1999-04-1113-25/+25
* Random text after #endif changed to comment.eivind1999-04-111-1/+1
* Staticize.eivind1999-04-116-17/+17
* Break long lines that I introduced in a previous commit.eivind1999-04-111-4/+7
* Staticize.eivind1999-04-115-12/+12
* Remove incorrect initialization.eivind1999-04-111-2/+2
* pci_register_lkm can fail gracefully, so let it do that when there iseivind1999-04-111-2/+2
* Correct typo in panic messageeivind1999-04-111-2/+2
* Staticize.eivind1999-04-112-4/+4
* Staticize.eivind1999-04-111-2/+2
* Staticizeeivind1999-04-111-2/+2
* Add prototype for wait_ap().tegge1999-04-117-7/+28
* Let BSP wait until all APs are initialized.tegge1999-04-109-9/+66
* Convert usage of vm_page_bits() to the new convention ("Inputs are requireddt1999-04-101-2/+2
* When trying to enable or disable an interrupt not described by the mp table,tegge1999-04-101-3/+7
* Test CF after a btrl operation instead of testing ZF (which is undefined).tegge1999-04-103-6/+6
* Sixth update to the new ATA/ATAPI driver:sos1999-04-107-64/+54
* Close a potential mbuf and/or mbuf cluster leak in the client-side NFSpeter1999-04-102-4/+4
* Finally add support for the older 82c168 PNIC chip with the built-inwpaul1999-04-102-38/+314
* Lock vnode correctly for VOP_OPEN.eivind1999-04-101-1/+5
* uncomment the uhci entryn_hibma1999-04-103-6/+6
* struct drive: add fields for debugging lockdrive deadlocks.grog1999-04-101-0/+4
OpenPOWER on IntegriCloud