summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2000-11-23ttyC? with one max letter after ttyCTheo de Raadt
2000-11-22s/stroul/strtoul/; spotted by brad@Michael Shalayeff
2000-11-21Make this compile without UVM; dirt@monkey.orgAaron Campbell
2000-11-18Add an example for boot -c.Aaron Campbell
2000-11-18- Add an EXAMPLES section. I still haven't chosen a "standard" format.Aaron Campbell
2000-11-18- "OpenBSD BOOT [x.xx]" -> ">> OpenBSD/i386 BOOT [x.xx]" to reflect reality.Aaron Campbell
2000-11-18aac appears to fitTheo de Raadt
2000-11-17Uncomment audio* at uaudio?, especially since ho@ has had success with theAaron Campbell
2000-11-16Driver for USB scanners; from NetBSD.Aaron Campbell
2000-11-16Add entries for the AMD K6-2+/III+, newer Athlon/Duron chips, andTodd C. Miller
2000-11-13Address the i8042 keyboard controller registers as offsets from IO_KBD; fromAaron Campbell
2000-11-13Do not use PG_N on "real" 386es as it does not exist there; from NetBSDNiklas Hallqvist
2000-11-10Change the ktrace interface functions from taking the trace vnode to taking theArtur Grabowski
2000-11-10seperate -> separate, okay aaron@Niels Provos
2000-11-10Adaptec "FSA" RAID driverNiklas Hallqvist
2000-11-08Don't busy-wait for random data.Artur Grabowski
2000-11-08Use netisr_dispatch.hArtur Grabowski
2000-11-07AMD750 Athlon chipset support for PCIBIOS_INTR_FIXUP; from minoura@jp.netbsd.orgMichael Shalayeff
2000-10-31rename pcibios.h to pcibiosvar.hTheo de Raadt
2000-10-27Put dc(4) cardbus attachment on floppyC, too.Aaron Campbell
2000-10-27and angry dwarfs came on to meMichael Shalayeff
2000-10-27more precise BUFCACHEPERCENT calculations.Michael Shalayeff
2000-10-26Remove the notion of "Copybuffer ownership" now that copybuffer contents areAaron Campbell
2000-10-26match via82c586 also on other apollo chipsets, such as VT82C585, VT82C596A, V...Michael Shalayeff
2000-10-26Add support for Xircom X3201-based CardBus Ethernet cards. Tested successfullyAaron Campbell
2000-10-25put back using bios_pciinfo, we will rework it later onMichael Shalayeff
2000-10-25some people may say that i suckMichael Shalayeff
2000-10-25add pciprobe back into /boot.Michael Shalayeff
2000-10-25Wrap PCVT mouse operations in spltty(); deraadt@ okAaron Campbell
2000-10-23ok, i think all i82802-using host bridges are in here nowTheo de Raadt
2000-10-23KbitTheo de Raadt
2000-10-23i820 also does rng; art testedTheo de Raadt
2000-10-21w/ help of aaron@ make it work now:Michael Shalayeff
2000-10-19Increment version; deraadt@ ok.Federico G. Schwindt
2000-10-19Pass SACFLAGS correctly so all files are compiled with -fpack-struct,Federico G. Schwindt
2000-10-19find RNG on i815 hubTheo de Raadt
2000-10-18typo in comment; from gluk@ptci.ruMichael Shalayeff
2000-10-18if periodic checks return errors, stop doing so. This is a workaround forTheo de Raadt
2000-10-18before sending a character check for DSR state.Michael Shalayeff
2000-10-17undo last commit. on some kernel links, this causes pcibios panics atTheo de Raadt
2000-10-17driver for amphy from freebsd; aaron okJason Wright
2000-10-16base the segment for a service returned by bios32 serviceMichael Shalayeff
2000-10-16less newlines in verbose printMichael Shalayeff
2000-10-16Make doubly sure we scroll up if we've passed the last row on the screen.Aaron Campbell
2000-10-16protect %edx when calling biosMichael Shalayeff
2000-10-16a little verbosity on probe, a little caution on bios callsMichael Shalayeff
2000-10-16Initialize mouse_flags during the coldinit stage.Aaron Campbell
2000-10-16Restore conversion to new timeouts (art@'s previous commit). They wereAaron Campbell
2000-10-13Disable the actual USB controllers instead of the usb attachments by default.Aaron Campbell
2000-10-11Now you can use both left and right SHIFT keys with PGUP/PGDN to scrollback inAaron Campbell