summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
* Use haveseen_ioport() which is now connected up to the resource manager.peter1999-05-082-5/+5
* GC some unused stuff relating to the old conflict checking and other lint.peter1999-05-082-21/+24
* Look up the sensitive flag better, allowing interoperation between old andpeter1999-05-081-2/+4
* Fix unused variable "flags". (only used if #ifdef I586_CPU)peter1999-05-081-1/+3
* GC unused #define id_physid id_scsiidpeter1999-05-082-14/+2
* Add brackets around && within || to quieten egcs. I've checked the codepeter1999-05-081-6/+6
* Add compat hooks for DiskOnChip2000 driver.phk1999-05-082-6/+9
* Fix some of the places where too much inside knowledge about major/minorphk1999-05-086-63/+60
* Continue where Julian left off in July 1998:phk1999-05-071-2/+2
* Introduce two functions: physread() and physwrite() and use these directlyphk1999-05-0711-157/+21
* Add support to wicontrol(8) and wi(4) for enabling and configuringwpaul1999-05-072-4/+34
* Use id_ointr for setting the pnp interrupt handler, it uses the oldstylepeter1999-05-061-4/+4
* GC unused variablepeter1999-05-061-2/+1
* Pull in prototype for splq().peter1999-05-061-1/+2
* Fix a static/extern conflict. Put extra brackets to ensure thepeter1999-05-061-3/+3
* Put the old-style isa interrupt handlers in id_ointr to avoid warnings.peter1999-05-061-4/+4
* Fix a warning - make sure the register is read regardless of the debuggingpeter1999-05-061-1/+2
* Add a number of interrelated CAM feature enhancements and bug fixes.ken1999-05-061-0/+1
* remove b_proc from struct buf, it's (now) unused.phk1999-05-061-2/+1
* Fix 'signed char as array index' warnings and an unused variable.peter1999-05-062-6/+5
* Missing 'int' in declaration of variables.peter1999-05-063-6/+6
* Fix a precedence bug in the atapi tape driver. I think it could eitherpeter1999-05-061-2/+2
* Fix up a few easy 'assignment used as truth value' and 'suggest parenspeter1999-05-0610-36/+53
* The joypart() macro had a precedence bug. Add seatbelts for UNIT() too.peter1999-05-061-2/+2
* Add sufficient braces to keep egcs happy about potentially ambiguouspeter1999-05-0612-35/+41
* Modify wicontrol(8) and wi(4) to allow setting the frequency of thewpaul1999-05-062-4/+28
* 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-063-25/+34
* Fix some byte ordering problems; I was storing string lengths wrong,wpaul1999-05-061-2/+2
* Add device driver support for the Lucent WaveLAN/IEEE 802.11 PCMCIAwpaul1999-05-052-4/+584
* 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
* Set ifq_maxlen to default value. (This should be safe, it's not clearpeter1999-05-021-1/+2
* Sigh, serves me right for committing without reading the followups. :-]peter1999-05-021-2/+2
* 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-021-1/+6
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.dt1999-04-2824-41/+41
* Enable vmspace sharing on SMP. Major changes are,luoqi1999-04-285-35/+83
* Suser() simplification:phk1999-04-2715-46/+46
* Only call kvtop on non-null id_maddr's...peter1999-04-261-3/+8
* Make the machdep.i8254_freq and machdep.tsc_freq sysctls modify thephk1999-04-251-1/+3
* Add $Id: $billf1999-04-241-0/+2
* 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
OpenPOWER on IntegriCloud