summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Include <stddef.h> here so that <sys/assym.h> can be unpolluted.bde2000-01-081-1/+3
* config(8) doesn't know anything about scsi devices like it used to, removepeter2000-01-082-40/+28
* Further sync Alpha and i386 Makefiles. Remove KERNFORMAT = elf stuff aspeter2000-01-081-13/+0
* genassym is ELF-only, therefore the kernel is now ELF-only as well.peter2000-01-081-8/+0
* Sync the sym0 description while here. It doesn't conflict with ncr0peter2000-01-082-2/+2
* s/controller/device/ as per config(8) changespeter2000-01-082-63/+63
* s/controller/device/ as per config(8)peter2000-01-082-108/+108
* s/controller/device/ as per config(8) changespeter2000-01-081-30/+30
* Compile genassym.c with ordinary ${CFLAGS}. The (small) needs forbde2000-01-082-16/+11
* Clean up the cfgmech/pci_mechanism debris. The reason for the existancepeter2000-01-084-24/+0
* Add the vendor and device IDs for a whole bunch of additional USBwpaul2000-01-072-8/+14
* Changes as suggested by bdenewton2000-01-072-42/+40
* Use genassym(1). The definitions of NKPDE and NKPT have been removedmarcel2000-01-072-134/+122
* Allow SMP && NCPU == 1 to work. From now on, there's no restriction on theluoqi2000-01-074-6/+14
* Bring the Alpha and x86 Makefiles closer together.peter2000-01-071-10/+10
* FDC_YE has been removed as a valid option.imp2000-01-062-12/+0
* Add documentation for SVR4 options in LINT.newton2000-01-052-6/+38
* Unbreak LINT -- typedefs from signal.h are needed to make prototypes innewton2000-01-051-0/+1
OpenPOWER on IntegriCloud