aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files.i386
Commit message (Expand)AuthorAgeFilesLines
* Update to reflect tw removal.Warner Losh2003-04-271-1/+0
* Separate the encoding/decoding functions for struct disklabel into aPoul-Henning Kamp2003-04-171-0/+1
* Move the functions for encoding decoding struct dos_partition intoPoul-Henning Kamp2003-04-121-0/+1
* - Consolidate smapi driver.Matthew N. Dodd2003-03-241-3/+2
* Add the 'vpd' and 'smbios' drivers. The 'smbios' driver is just aMatthew N. Dodd2003-03-241-0/+2
* Use repo-copied files in sys/i386/bios.Matthew N. Dodd2003-03-241-5/+5
* Standardize handling of locore.[sS] etc. files.Ruslan Ermilov2003-02-281-3/+1
* pst(4) should be portable across all our platforms.David E. O'Brien2003-02-241-3/+0
* Split the arch-specific AGP files into the appropriate files.* and do the sameEric Anholt2003-02-141-0/+6
* Sort.Yoshihiro Takahashi2003-02-111-1/+1
* Switch to using the TSC code in i386/i386/tsc.c.Poul-Henning Kamp2003-02-111-0/+1
* Remove files which don't existPoul-Henning Kamp2003-01-301-1/+0
* NO_GEOM cleanup: Don't pull subr_disk{slice,label,mbr}.c into i386Poul-Henning Kamp2003-01-281-3/+0
* Move subr_disklabel.c and subr_diskslice.c from being MI to MD files,Poul-Henning Kamp2003-01-171-0/+2
* A driver for the System Management Application ProgramMatthew N. Dodd2003-01-171-0/+3
* - Move netsmb entries over to MI files. netsmb appears to be MI code.John Baldwin2002-11-081-10/+0
* dgb(4) currently is i386-only.John Baldwin2002-11-061-0/+1
* Make the ar(4) driver i386-only for now. It has lots of sizeof(int) ==John Baldwin2002-11-061-0/+2
* - Convert to newbus, bus_space etc.Matthew N. Dodd2002-11-051-1/+0
* Rename 'device acpica' to 'device acpi'.John Baldwin2002-10-241-4/+4
* - New-bussify the rc(4) device driver.John Baldwin2002-10-231-1/+0
* NB: This commit does *NOT* make GEOM the default in FreeBSDPoul-Henning Kamp2002-10-051-1/+3
* hookup new crypto support to the config/build processSam Leffler2002-10-041-0/+7
* newbus & bus_space the mcd(4) driver.Matthew N. Dodd2002-10-041-1/+0
* Alas, poor matcd, I knew ye well.Scott Long2002-10-041-1/+0
* Add a new legacy(4) device driver for use on machines that do not haveJohn Baldwin2002-09-231-0/+1
* It's bad enough people can't figure out to use the same code, or inPoul-Henning Kamp2002-09-111-0/+2
* Make imgact_aout.c optional. It is i386 specific.Peter Wemm2002-09-071-1/+1
* Change the support for AMDs ElanSC520 CPU from being a device driver toPoul-Henning Kamp2002-09-041-1/+1
* Continue de-counting i4b. Devices i4bctl, i4bcapi, iavc, i4bq921,Brooks Davis2002-09-021-7/+7
* Initiate deorbit burn for sys/kern/link_aout.c. We never shipped a.outPeter Wemm2002-08-291-1/+0
* Untangle this warning a bit:Peter Wemm2002-08-201-1/+1
* de-count atkbdc and sc. Folks, remove the '1' from 'device sc 1' andPeter Wemm2002-08-191-2/+2
* typo.Poul-Henning Kamp2002-08-021-1/+1
* Add the minimalist elan-mmcr device driver.Poul-Henning Kamp2002-08-021-0/+1
* Finally first shot at a driver for the Promise SuperTrak SX6000 ATA RAIDSøren Schmidt2002-07-311-0/+3
* Move sio_isa.c back to MD files files due to PC98 brain damage.John Baldwin2002-07-241-0/+1
* Move 'em' from files.i386 to files so that it is within reach of thePeter Wemm2002-07-221-2/+0
* pci/cy_pci.c is still MD, it needs i386/isa/cy.c for the core.Peter Wemm2002-07-211-0/+1
* Move SMBFS from i386 and pc98 files and options files to MI files andJohn Baldwin2002-07-151-6/+0
* Move all the sio(4) attachments (except for pc98's cbus attachment) to theJohn Baldwin2002-07-151-5/+0
* The puc(4) driver/bridge is MI, so don't bury it in MD options and filesJohn Baldwin2002-07-151-3/+1
* Remote pci.h/NPCI usage from i4b code.Brooks Davis2002-06-131-14/+14
* Added support for 82545EM and 82546EB based adapters.Prafulla Deuskar2002-06-031-2/+1
* Hook up the new linux_ptrace implementation.Marcel Moolenaar2002-05-191-0/+1
* ${MACHINE_ARCH}dump.c -> dump_machdep.c.Jake Burkholder2002-05-131-1/+1
* Add the i386dump.c dumpsys() source file.Poul-Henning Kamp2002-03-311-0/+1
* Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptMatthew Dillon2002-03-271-0/+1
* Remove a FMT that was buried in here.David E. O'Brien2002-03-251-2/+2
* - Speedup 3DES by using assembly code for i386.Hajimu UMEMOTO2002-03-051-2/+8