summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Move ENTRY and ALTENTRY definitions to asm.h where they belong.jasone2000-01-201-1/+4
* Fix an #ifdef that should have been and #ifndef.archie2000-01-201-1/+1
* Import simple driver for a parallel port radio clock which receivesjkh2000-01-192-0/+6
* Cast rman_get_virtual() to a vm_offset_t.billf2000-01-182-2/+2
* unbreak (rv -> r), afaik what Mike intended, boots fine on my machinealfred2000-01-182-2/+2
* Enable POSIX P1003_1B extentions by default; there's no reason I can seejkh2000-01-181-0/+3
* Don't try to map memory resources into the kernel until they're actuallymsmith2000-01-182-40/+70
* Convert last examples of `controller' to `device'.asmodai2000-01-162-10/+10
* Add SPLASSERT() macro. SPLASSERT() compiles to a no-opjmb2000-01-161-19/+36
* Added "sn" and "pcic" entries to UserConfig.hosokawa2000-01-151-0/+2
* Pre-freeze cleanups: Conditionalize debugging writes on DEBUG_SVR4,newton2000-01-151-11/+32
* Include #warning about unconditionalizing VM86, which isn't supposed to worknewton2000-01-151-0/+1
* Add reference to SES device (it won't be in GENERIC unless folks clamormjacob2000-01-152-0/+18
* A processor with the CPUID of 0x?8? is Pentium III.tanimura2000-01-151-0/+4
* Removed PCCARD config file again.hosokawa2000-01-151-224/+0
* Add driver support for the Aironet 4500/4800 series wireless 802.11wpaul2000-01-145-0/+24
* Remove pre-CAM aic driver. Support for apm, pccard and pc98 has yet toluoqi2000-01-142-2698/+0
* Protect the i386 machine-dependant type definitions of __int64_tsheldonh2000-01-141-0/+2
* Add back the 'at ppbus?' for the lpt etc drivers. Now it's used.peter2000-01-143-20/+20
* Pre 4.0 tidy up.peter2000-01-1416-7405/+1
* Don't do device_set_desc() until after checking for PnP probes. Otherwisepeter2000-01-141-3/+4
* Add device driver support for USB ethernet adapters based on the CATCwpaul2000-01-146-4/+16
* Port of ppbus standalone framework to the newbus system.nsouch2000-01-146-404/+597
* Remove old copy of if_ed.c; it is no longer used.mdodd2000-01-131-3541/+0
* Allow SMP systems with an MCA bus to work properly.mdodd2000-01-134-12/+19
* Correctly test CF.mdodd2000-01-132-2/+2
* Remove the 'at isa? ...' bits for ex0.mdodd2000-01-135-11/+5
* Cosmetic cleanups.mdodd2000-01-131-34/+23
* Implement a DEVICE_IDENTIFY method. I want to revisit some of this latermdodd2000-01-131-22/+59
* When I converted this driver to newbus I also cleaned up the codemdodd2000-01-131-50/+51
* Sort.obrien2000-01-121-0/+1
* Correctly set the data length when transmitting 802.3 frames (we need towpaul2000-01-121-3/+2
* Add a new mechanism, cndbctl(), to tell the console driver thatyokota2000-01-113-13/+12
* Update syscalls to Linux kernel 2.3.38. These syscalls aremarcel2000-01-104-4/+55
* Update the syscalls to Linux kernel 2.3.38.marcel2000-01-101-0/+7
* Return Linux kernel version 2.2.12 by default. This is in linemarcel2000-01-101-1/+1
* Remove controller miibus, there already were a device miibus.phk2000-01-102-2/+0
* Uncomment pcic device and put pccard in GENERIC. PCCARD will be removedimp2000-01-101-3/+3
* * Add `sym' SCSI driver options.obrien2000-01-092-68/+106
* Fixed style bugs related to the access functions for the bsfl and bsrlbde2000-01-091-31/+24
* Put on my asbestos suit and move $mach/conf/*.$mach to conf/*.$mach aspeter2000-01-094-993/+0
* Removed defunct options EXTRA_SIO and KEY_DEBUG.bde2000-01-092-4/+0
* Changed MACHINE -> MACHINE_ARCH to make the i386-kernel be able tokato2000-01-091-1/+1
* Put COMPAT_SVR4 in opt_dontuse.h for the same reasons as IBCS2 andbde2000-01-091-10/+9
* Fixed a missing forward declaration. I don't know why I though thebde2000-01-091-0/+1
* Compile *_genassym.c with ordinary ${CFLAGS}. The (small) needs forbde2000-01-091-8/+8
* Quick fix for LINT breakage. KERNFORMAT went away, so don't use itbde2000-01-091-2/+2
* Bump configversion. The controller/device changes are upwards but notpeter2000-01-091-1/+1
* Convert the filesystem type returned in struct statfs by syscallsmarcel2000-01-081-2/+51
* Include <stddef.h> here so that <sys/assym.h> can be unpolluted.bde2000-01-081-4/+3
OpenPOWER on IntegriCloud