summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Added USB HID devices major number.n_hibma1999-05-061-1/+2
* I'm not sure why the #ifdef SMP became #if 1 (this overrode the npx probepeter1999-05-061-5/+3
* Fixed profiling of elf kernels. Made high resolution profiling compilebde1999-05-067-39/+55
* Fix some byte ordering problems; I was storing string lengths wrong,wpaul1999-05-061-2/+2
* Now that each cpu has its own gdt table, we need to setup apm gdt entries inluoqi1999-05-062-2/+36
* Initialize dblfault_tss.tss_fs to the per-cpu private data segment selector.luoqi1999-05-061-2/+3
* Do not set curproc until proc0 is fully initialized (in proc0_init()).luoqi1999-05-061-2/+1
* Add the INIT_PATH option for embedded systems.jb1999-05-052-2/+14
* Add information strings for a number of devices which have suddenly appearedjkh1999-05-051-3/+8
* Add device driver support for the Lucent WaveLAN/IEEE 802.11 PCMCIAwpaul1999-05-056-7/+877
* Add device driver support for the Lucent WaveLAN/IEEE 802.11 wirelesswpaul1999-05-051-0/+1315
* Use unit, not device_id as an argument to an old-style ISA interruptdfr1999-05-042-6/+6
* Replace misused FE_D6_BBW with FE_D6_SBW.kato1999-05-041-11/+11
* Grab a char-major for dallas semiconductor one-wire bus.phk1999-05-041-1/+2
* Disable the ppc chipset-specific probes by default.msmith1999-05-041-2/+2
* Add sysctl descriptions to many SYSCTL_XXXsbillf1999-05-031-3/+5
* Don't deref a NULL mem_range_softc.mr_op pointer on non-MTRR systems whenpeter1999-05-031-2/+2
* Set ifq_maxlen to default value. (This should be safe, it's not clearpeter1999-05-021-1/+2
* Add driver for the Iomega Zip 100 drive.n_hibma1999-05-023-49/+54
* Sigh, serves me right for committing without reading the followups. :-]peter1999-05-021-2/+2
* Change e-mail addressn_hibma1999-05-021-5/+5
* Operator precedence bugpeter1999-05-021-2/+2
* Operator precedence bugpeter1999-05-021-2/+2
* Typo: if (mpu_config = NULL) -> if (mpu_config != NULL)peter1999-05-021-1/+1
* Operator precedence bugpeter1999-05-021-1/+1
* Attempt to make the sound driver recompile, at least for LINT which haspeter1999-05-021-1/+1
* Disable FDC_YE - it's broken at present (breaking LINT) and awaiting somepeter1999-05-021-17/+26
* These two drivers have not been converted for newbus eisa yet.peter1999-05-022-2/+10
* Disable second declaration of oltr0 - the first one (intended for isa) willpeter1999-05-022-4/+6
* Whoops, not all SMP systems have memory range attribute support. Don'tmsmith1999-05-021-2/+3
* Add a hook that can be called to initialise a slave processor's memorymsmith1999-04-305-22/+68
* - Handle mixer read ioctls correctly. They have the same group, number andluoqi1999-04-292-20/+178
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.dt1999-04-2825-43/+43
* Enable vmspace sharing on SMP. Major changes are,luoqi1999-04-2845-905/+997
* Change suser_xxx() to suser() where it applies.phk1999-04-272-4/+4
* Suser() simplification:phk1999-04-2722-61/+61
* Only call kvtop on non-null id_maddr's...peter1999-04-261-3/+8
* Register the netisr's via SYSINIT rather than linker sets.peter1999-04-261-32/+6
* pmap_dispose_proc and pmap_copy_page:alc1999-04-251-14/+23
* Make the machdep.i8254_freq and machdep.tsc_freq sysctls modify thephk1999-04-252-2/+6
* The fd options changed during new-bus.peter1999-04-241-4/+3
* De-quote where possible and minor tweaks. depends on a current config(8).peter1999-04-243-270/+264
* Bump configvers; when the updates to generic/lint get committed, the oldpeter1999-04-241-2/+2
* Add $Id: $billf1999-04-241-0/+2
* #if 0 out the pci device list, not that you could do a lot with it. Itpeter1999-04-241-4/+4
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-243-2/+14
* Changed the type of id_port from short into int to avoid wrongkato1999-04-241-2/+2
* Drop tty/net/bio/cam interrupt class labels, it's meaningless here now.peter1999-04-242-158/+158
* Drop the tty/net/bio/cam interrupt class labels, they are meaninless herepeter1999-04-241-30/+30
* Back out parts of rev 1.4; making isa.c preserve the hints across apeter1999-04-241-14/+15
OpenPOWER on IntegriCloud