aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
...
* Declare bsintr when PC98 is defined.KATO Takenori1998-06-171-1/+4
* Don't generate declarations for isa device structs in "ioconf.h".Bruce Evans1998-06-171-2/+2
* Don't declare isa device structs or isa interrupt handlers in <sys/conf>,Bruce Evans1998-06-175-16/+60
* Include <i386/isa/pnp.h> after including its prerequisiteBruce Evans1998-06-171-5/+5
* Added used include of <i386/isa/isa_device.h> - don't depend onBruce Evans1998-06-174-3/+10
* Backed out rev.1.183, which had nothing to do with its log message.Bruce Evans1998-06-161-2/+1
* Don't log "unexpected" events on never-opened devices. Events leftBruce Evans1998-06-161-11/+4
* Oops, uoff_t can't be used here yet.Bruce Evans1998-06-151-2/+2
* Reviewed by: AmancioAmancio Hasty1998-06-141-1/+5
* Add support for the Storage Dimensions SDC3222F.Justin T. Gibbs1998-06-141-1/+5
* Removed LOCORE ifdef. This header isn't used for locore stuff.Bruce Evans1998-06-141-8/+5
* Define 64-bit types in terms of __int64_t and __uint64_t.Bruce Evans1998-06-141-5/+9
* Added typedefs for __int64_t and __uint64_t. These will be used to avoidBruce Evans1998-06-141-9/+24
* Avoid 64-bit divisions and modulos. Fixed related overflows for weirdBruce Evans1998-06-141-9/+19
* Add a macro tweak.Steve Price1998-06-132-4/+5
* Add a symlink from /dev/vga to /dev/ttyv0 when using DEVFSSteve Price1998-06-131-1/+3
* Increased MAXTSIZ to 128MB...there are binaries that get quite large.David Greenman1998-06-121-3/+3
* Correct name and number for sxdc modulesPoul-Henning Kamp1998-06-101-3/+3
* Add a tc_ prefix to struct timecounter members.Poul-Henning Kamp1998-06-093-14/+14
* Pass lists of possible root devices and their names up to theBruce Evans1998-06-091-44/+48
* Updated generated files.Bruce Evans1998-06-096-34/+3
* Include "opt_compat.h" explicitly instead of depending onBruce Evans1998-06-091-2/+2
* Updated generated files.Bruce Evans1998-06-083-311/+311
* Fixed pedantic semantics errors (bitfields not of type int, signed intBruce Evans1998-06-088-63/+63
* Fix more of my DDB breakage.Doug Rabson1998-06-081-3/+3
* Correct even more ioctl breakage :(Søren Schmidt1998-06-083-3/+3
* Fixed pedantic semantics errors (bitfields not of type int, signed intBruce Evans1998-06-081-39/+39
* Make DDB work again after I broke it :-(.Doug Rabson1998-06-081-2/+2
* Updated yet another ioctl, and put wst in LINT to inhibit further bitrot.Bruce Evans1998-06-083-4/+10
* Add a member function more to the timecounters, this one is for usePoul-Henning Kamp1998-06-073-3/+8
* Fix some more ioctls which I missed becausese they were hidden by optionsDoug Rabson1998-06-072-4/+4
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-0767-488/+522
* Add a "this" style argument and a "void *private" so timecounters canPoul-Henning Kamp1998-06-073-12/+12
* keymap -> key_map so that the kernel will compile withSteve Price1998-06-061-2/+2
* Reverse the default sense of the IPFW/DIVERT reinjection codeJulian Elischer1998-06-052-2/+4
* Add the DPT driver here. It's kinda ironic that it got enabled in -stableJordan K. Hubbard1998-06-031-1/+8
* Force success of the probe (after doing it as before except in oneBruce Evans1998-06-031-4/+5
* Fixed a printf() arg botch in the previous commit.Bruce Evans1998-06-031-7/+6
* Ifdefed the netisr support.Bruce Evans1998-06-031-2/+21
* If vm86 services are available, use these to perform the APM BIOSMike Smith1998-06-037-35/+177
* ".. x11amp appears to be calling shmctl(id, IPC_RMID, 0) and the emulationJordan K. Hubbard1998-06-021-9/+13
* Correct sleep priority.John Dyson1998-06-022-4/+4
* Make this ${.OBJDIR} and ${.CURDIR} aware.Steve Price1998-05-311-8/+13
* Converted the ICU-level interrupt tests (3, 5 and 8) in sioprobe() intoBruce Evans1998-05-314-121/+49
* Add minimum driver for XC6200 based cards. Currently it knows aboutPoul-Henning Kamp1998-05-302-2/+8
* 100 xrpu Xilinx Reprogrammable Processing UnitPoul-Henning Kamp1998-05-291-1/+2
* most recent code for Loran driver.Poul-Henning Kamp1998-05-291-64/+120
* Some cleanups related to timecounters and weird ifdefs in <sys/time.h>.Poul-Henning Kamp1998-05-289-26/+25
* Install ${DESTDIR}/boot.help during `make distribution'.Joseph Koshy1998-05-271-1/+5
* Fix some bitrot in the multicast support, the move from TAILQ macros wasn't i...Paul Richards1998-05-271-2/+2