summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-037-17/+17
* Fix my own style bugs (use of spaces instead of tabs for indentation).bsd2000-07-011-18/+18
* - MSDOSFS can do both FAT _and_ FAT32. Since the name "MSDOS" might bealex2000-06-291-3/+3
* Fix some fat-fingering of the isic lines. (argh!)peter2000-06-261-10/+10
* Report the line number where gethints.pl does not understand somethingpeter2000-06-261-1/+2
* Duh. Fix a fatfingered patch.markm2000-06-251-1/+1
* Fix an uninitialised variable and a function return value.markm2000-06-251-1/+4
* Remove old entropy-harvesting hooks; this is going to be re-engineeredmarkm2000-06-252-5/+0
* Get the build bits right for the new Architecture Independant null- andmarkm2000-06-253-0/+7
* Strip out the machine-independant parts of the memory device.markm2000-06-252-257/+50
* Fixed atpic_attach() for the SMP (specifically APIC_IO) case.fsmp2000-06-242-2/+4
* Make the PnP 'slopsucker' quiet in the !bootverbose case - the real NPXmsmith2000-06-231-1/+5
* Add a stub driver to consume the PnP "system resource" items, and hidemsmith2000-06-232-0/+98
* Add PnP probe methods to some common AT hardware drivers. In each case,msmith2000-06-2310-1/+537
* Collect the ISA DMA defines from the MI ISA code, not a private copy.msmith2000-06-231-3/+2
* Stop trying to do anything funny with the interrupt resource range. Themsmith2000-06-232-26/+8
* Rename macros to all-uppercase. Get rid of a comment that was ironicgreen2000-06-221-10/+4
* Add SOFTUPDATES to GENERIC (BOOTMFS has this filtered out)peter2000-06-221-0/+1
* return of the accept filter part IIalfred2000-06-201-0/+4
* Bring the an(4) fixes to wi(4):roberto2000-06-191-3/+10
* /152x/s/sound/SCSI/phk2000-06-181-1/+1
* Remove all but ISP_TARGET_MODE options for isp and ispfw pseudo device.mjacob2000-06-181-58/+2
* Deal with quoted arguments. This hack parser uses whitespace to delimitpeter2000-06-171-0/+5
* Use while (<>) instead of while(<STDIN>) so that perl will automagicallypeter2000-06-172-2/+2
* Add disk_enumerate() for finding names of disks. Vinum and libh willphk2000-06-151-3/+1
* Linux allows to mmap annonymous with a file descriptor passed, FreeBSDcracauer2000-06-151-2/+10
* Fixed syntax errors and style bugs in previous commit. The syntaxbde2000-06-143-6/+6
* Fix typo (accessable --> accessible).alex2000-06-142-3/+3
* s/iomem/maddr/peter2000-06-141-31/+31
* s/iomem/maddr/ - these were generated from an older verion of thepeter2000-06-142-9/+9
* Add option ALT_BREAK_TO_DEBUGGER.ps2000-06-141-0/+5
* Print error messages to stderr, not stdout.peter2000-06-141-1/+1
* Borrow phk's axe and apply the next stage of config(8)'s evolution.peter2000-06-1310-2746/+769
* Recognize Coppermine Celeron processors whose CPU ID = 0x68?. Theykato2000-06-131-1/+1
* Added new options CPU_PPRO2CELERON and CPU_L2_LATENCY to supportkato2000-06-133-3/+72
* 1. Update Comtrol RocketPort driver(rp) to version 3.02.tanimura2000-06-111-9/+11
* Don't include opt_smp.h - we don't use anything defined in it.msmith2000-06-101-1/+0
* Correct the tests for ISA PIC/APIC so that they actually work.msmith2000-06-101-2/+2
* No-op change. Remove #if NVT > 0 in files that are 'optional vt' andpeter2000-06-106-34/+0
* Unused include: #include "scbus.h"peter2000-06-101-2/+0
* Unused include: #include "ether.h"peter2000-06-101-1/+0
* Add option BROKEN_KEYBOARD_RESET to an opt_*.h filepeter2000-06-101-0/+1
* Document flags 0x100 in syscons.4, and document syscons' flags in LINT.jhb2000-06-092-0/+8
* Since many people use LINT as "supported hardware" list, addalex2000-06-092-2/+2
* Always include the full symbol table (as specified by its start andbde2000-06-081-5/+1
* Fix gdt pointer for the current cpu on SMP.iwasaki2000-06-071-1/+1
* INTR_TYPE_FAST / FAST_INTR interrupts (currently just serial interrupts)dillon2000-06-062-26/+0
* Mention that i4bisppp requires sppp; too many people use LINT as ajoerg2000-06-062-2/+4
* Fixed some style bugs in the signal handling funcations. This doesn'tbde2000-06-031-81/+79
* Further fixes for multiple-IO-APIC systems from Tor Egge:msmith2000-05-315-21/+25
OpenPOWER on IntegriCloud