summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Enable the sx driver on i386 and pc98.nyan2004-04-131-1/+1
* Use headers from the kernel source tree rather than installed headers.des2004-04-131-1/+1
* Move sx to i386/NOTES for the moment. I missed theimp2004-04-121-0/+4
* - is_physical_memory()'s parameter, which is a physical address, should bealc2004-04-112-3/+2
* - pmap_kenter_temporary()'s first parameter, which is a physical address,alc2004-04-102-2/+2
* - pmap_kenter_temporary() is unused by machine-independent code. Therefore,alc2004-04-101-0/+1
* I hate noticing bugs after committing. :-(markm2004-04-091-1/+1
* Add extra output to show when VIA C3 Nehemiah CPUs have hardwaremarkm2004-04-091-1/+11
* Unify on version 1 to be similar to the rest of the tree. After 5-stablenjl2004-04-081-1/+1
* Remove advertising clause from University of California Regent'simp2004-04-0749-196/+0
* The bs driver was replaced with the ct(pc98) driver. takahashi-sanimp2004-04-0711-5588/+0
* Uncomment the cy driver since it works again.bde2004-04-051-3/+2
* Print cpu features for crusoe processors.dfr2004-04-051-0/+2
* Converted the isa probe and attach to new-bus so that this driver worksbde2004-04-051-45/+81
* Moved initialization of the lock from the (isa) probe function to thebde2004-04-051-6/+6
* Remove avail_start on those platforms that no longer use it. (Only amd64alc2004-04-052-4/+0
* Remove unused arguments from pmap_init().alc2004-04-051-2/+1
* Move the definition of rss() from db_interface.c to cpufunc.h wheremarcel2004-04-032-13/+8
* Unbreak LED support on Elan cpus.phk2004-04-031-6/+7
* In some cases, sf_buf_alloc() should sleep with pri PCATCH; in others, italc2004-04-032-3/+3
* Moved 3ware 9000 driver (twa) stuff from sys/conf/NOTES to /sys/i386/conf/NOTES.vkashyap2004-04-021-0/+8
* Fix booting with ps2 keyboards.alfred2004-04-011-1/+0
* Initial check-in of the device driver for 3ware's 9000 seriesvkashyap2004-03-301-0/+1
* Finish tidying up a couple of leftovers from the KSTACK_PAGES stuff. Somepeter2004-03-291-1/+0
* Regen from ibcs2_wait() becoming MPSAFE.rwatson2004-03-283-5/+4
* ibcs2_wait() now MPSAFE.rwatson2004-03-281-1/+1
* Use the BSD madvise() syscall implementation for Linux binary emulation,bms2004-03-285-8/+3
* The kthread_create() API is supposed to allow you to create threadswpaul2004-03-221-3/+4
* Add an implementation of uiomove_fromphys() for i386. This implementationalc2004-03-211-0/+132
* Introduce the cpumask_t type. The purpose of the type is to create amarcel2004-03-201-0/+1
* Removed a vestige of the stl driver.bde2004-03-181-312/+0
* - Replace wait1() with a kern_wait() function that accepts the pid,jhb2004-03-171-23/+15
* remove stale comment since these limits have been increased YEARS ago...jmg2004-03-171-3/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-177-18/+14
* Refactor the existing machine-dependent sf_buf_free() into a machine-alc2004-03-161-18/+6
* Regenerate.jhb2004-03-153-6/+6
* - Mark ABI syscalls that call wait4() MP safe as recent changes tojhb2004-03-151-3/+3
* Add arl(4): driver for Aironet Arlan 655 wireless adapters.fjoe2004-03-151-0/+5
* The PPS code needs to be much more brutal to avoid synchronism onphk2004-03-151-14/+32
* Shorten a long comment.obrien2004-03-151-1/+1
* Remove isa compat stuff.imp2004-03-144-445/+0
* Comment out the cy driver until I can make sure that the new cy driverimp2004-03-141-2/+3
* The gsc driver uses the old COMPAT_ISA api. Retire it so we canimp2004-03-144-974/+0
* Hints for the le driver are no longer necessary here.imp2004-03-141-5/+0
* The rdp driver uses the COMPAT_OLD api. This is being retired, soimp2004-03-143-1589/+0
* The spigot driver uses the old COMPAT_ISA interface. Retire it sinceimp2004-03-143-401/+0
* The le driver uses ISA_COMPAT, which is going away soon. Retire itimp2004-03-145-2327/+0
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-143-9/+0
* stl and stli use the old COMPAT_ISA api. slt also uses the really oldimp2004-03-145-7980/+0
* remove the ioctl files from the asc, ctx and wt drivers just removedimp2004-03-143-114/+0
OpenPOWER on IntegriCloud