summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Save %gs in sigcontext when delivering a signal and restore them uponluoqi1999-09-073-4/+10
* Doug missed an isa_get_flags().peter1999-09-071-1/+1
* Change isa_get/set_flags() to device_get/set_flags().dfr1999-09-072-10/+5
* Update for newpcm.dfr1999-09-062-2/+10
* Repo copy isa/sio* to dev/sio/sio* in preperation for extra bus methodspeter1999-09-061-1/+0
* Add id_iosize as used by pccard.peter1999-09-061-0/+1
* Add pccard child to nexus. A better version would take care of thisimp1999-09-062-0/+10
* This commit adds driver support for PCI fast ethernet NICs based onwpaul1999-09-064-0/+12
* This commit adds driver support for the Silicon Integrated Systemswpaul1999-09-054-1/+15
* Set up FPU state on the AP.peter1999-09-053-0/+12
* Temporarily disable k6_mem (k6 write combining) at Brian's request sincepeter1999-09-051-1/+1
* M_WAITOK->M_NOWAITgreen1999-09-051-1/+3
* $Id$ -> $FreeBSD$peter1999-09-051-1/+1
* Don't install stubs, make a compat symlink at buildworld time.peter1999-09-041-6/+0
* machine/soundcard.h is now in the standard location - sys/soundcard.hpeter1999-09-043-3/+3
* Make <machine/soundcard.h> a stub which includes <sys/soundcard.h>dfr1999-09-041-1362/+4
* <machine/soundcard.h> -> <sys/soundcard.h>, since it's an exported APIpeter1999-09-041-1/+1
* Removed defunct option NULLFS_DIAGNOSTIC.bde1999-09-042-6/+0
* if_ed doesn't use the wrappers anymore.peter1999-09-031-5/+0
* Commit a checkpoint of an updated if_ed driver. This is pretty muchpeter1999-09-031-394/+470
* I missed the namechange of field desc in struct i386_ldt_args into descs whilemarcel1999-09-031-2/+2
* Revert a bunch of contraversial changes by PHK. Afterjulian1999-09-032-6/+0
* remove some out-of-scope DEVFS references..julian1999-09-031-1/+1
* SYSINIT() needs sys/kernel.h. Include it.mdodd1999-09-032-4/+6
* This adds the i386 specific support for systems with a MicroChannelmdodd1999-09-0311-4/+469
* Implementation of the modify_ldt syscall. Use the sysarch() interface to domarcel1999-09-022-1/+84
* Some reorganization of sysarch() interface:luoqi1999-09-024-36/+28
* - Added new macros ED_P1_MAR(i) and ED_P1_PAR(i) that replacekato1999-09-022-6/+9
* The ed_probe_Novell should not clear id_maddr when it fails to probe.kato1999-09-021-2/+6
* Do not call the VESA BIOS if the current video mode is not one ofyokota1999-09-021-0/+6
* Update for new pnp includespeter1999-09-021-4/+3
* So that there is no confusion, zap these now. pnpinfo(8) should compilepeter1999-09-022-964/+0
* Stub out the old pnp code till these are converted so GENERIC builds again.peter1999-09-022-2/+4
* This is part of an untested set of changes to the ed driver to supportdfr1999-09-011-0/+90
* This represents essentially a complete rewrite of the ISA PnP code. Thedfr1999-09-014-23/+8
* quoted string change: the si driver also covers the Specialix "SX"nsayer1999-09-011-1/+1
* Set si_bsize_phys and si_bsize_max in all legacy CD drivers.phk1999-09-015-0/+10
* Try to win back the "removal of most crufty code" trophy from markm:phk1999-09-013-104/+33
* Try and commit the tun comment fix again; I have no idea why therejkh1999-09-011-1/+1
* Eliminate some magic numbers.peter1999-09-011-4/+4
* ppp(1) -> ppp(8)brian1999-09-011-1/+1
* Make buffered acces to bdevs from userland controllable withphk1999-08-312-2/+2
* C-NET(9N)C support (PC-98 only).nyan1999-08-311-13/+42
* Make the error return from mem_range_attr_get actually do something usefulmsmith1999-08-311-3/+5
* Check that there is memory range support before attempting to perform suchmsmith1999-08-301-2/+14
* Null commit to get last commit message recorded:phk1999-08-301-0/+1
* *** empty log message ***phk1999-08-301-2/+2
* Wrong sleep addr passed to wakeup.luoqi1999-08-301-1/+1
* Make bdev userland access work like cdev userland access unlessphk1999-08-302-0/+6
* Converted the silly SAFTEY option into a new-style option by renaming it tobde1999-08-302-12/+0
OpenPOWER on IntegriCloud