Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-05-25 | sync | Theo de Raadt | |
1996-05-10 | simple cleanup | Theo de Raadt | |
1996-05-09 | shift-tab does tab, not some confusing gobbledygook | Theo de Raadt | |
1996-05-07 | fix that fillw's stuff again. | Michael Shalayeff | |
1996-05-07 | fillw is in machine/cpu.h now. | Michael Shalayeff | |
1996-05-07 | sync with 0504; prototype changes | Theo de Raadt | |
1996-05-01 | we don't need ia_iosize setting, since no isa_attach_args | Michael Shalayeff | |
stuff passed. | |||
1996-04-30 | add IPX support. | Michael Shalayeff | |
from now IPX fully attached to the system, but only for i386. other platforms need the same additions. | |||
1996-04-24 | This is no longer donatate data for rnd device. | Michael Shalayeff | |
1996-04-24 | Reorder includes. | Michael Shalayeff | |
1996-04-23 | fix last sync (that was because of rcs bug, at least theo said so ;) | Michael Shalayeff | |
1996-04-22 | add ioctls to change keymap encoding, screen saver and partial latin1 output | hannken | |
1996-04-22 | Update aha.c to use bounce buffers, fix typos in isadma.c, update bounce buffers | hannken | |
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt | |
1996-04-19 | Fix intrstray a bit again. | Michael Shalayeff | |
1996-04-18 | Merge of NetBSD 960317 | Niklas Hallqvist | |
1996-04-18 | Merge of NetBSD 960317 | Niklas Hallqvist | |
1996-04-18 | Add stray interrupts counters. | Michael Shalayeff | |
1996-04-18 | Reorder includes to make it compile again. | Michael Shalayeff | |
1996-03-29 | Initial commit of random source driver. | Michael Shalayeff | |
1996-03-20 | Fix back wrong patches. | Michael Shalayeff | |
1996-03-20 | Fix back wrong patches. | Michael Shalayeff | |
1996-03-19 | Merging w/ NetBSD 021796. | Michael Shalayeff | |
speaker upgraded to the current. some changes to the VM stuff (ie kern_thread.c added and so). | |||
1996-03-04 | fixes of the 960217 import. | Michael Shalayeff | |
1996-03-03 | Set ia_iosize to 0 to keep probe silent | Thorsten Lockert | |
1996-03-03 | Make last change actually compile | Thorsten Lockert | |
1996-02-26 | From NetBSD | Michael Shalayeff | |
Move the speaker to the 'new' config. | |||
1996-02-26 | Specify the size used in the I/O map (1 entry) during probe | Thorsten Lockert | |
1996-02-25 | Allow use of Pentium cycle counter for high-precision time keeping; | Thorsten Lockert | |
from FreeBSD | |||
1996-02-25 | Stop loggin stray interrupts when we say we do | Thorsten Lockert | |
1996-02-20 | Fix disk_unbusy panic (from NetBSD) | hannken | |
1996-02-20 | Pass device name to interrupt establish routines so it can be recorded in | Thorsten Lockert | |
the device interrupt chain structures (isa, pci) Move interrupt chain structure definition to <machine/psl.h> so vmstat can get at it (i386) Remove hack to count interrupts the old way (i386) | |||
1996-02-14 | Tally interrupts in a way that "vmstat -i" can find; temporary measure | Thorsten Lockert | |
until "vmstat -i" learns how to read the device chains and show interrupts per device. | |||
1996-02-14 | Tally all interrupts, not only FASTINTR ones | Thorsten Lockert | |
1996-02-02 | hannken: Fix disk_unbusy panic when booting from floppies | dm | |
1996-01-16 | add the freebsd joystick driver; converted by matthieu@abel.laas.fr; | Theo de Raadt | |
netbsd pr#1916 | |||
1996-01-15 | from netbsd: | Theo de Raadt | |
Balance calls to disk_busy() and disk_unbusy() properly to avoid dk_busy < 0 panics. Count seeks. | |||
1996-01-12 | from netbsd; | Theo de Raadt | |
New generic disk framework. Highlights: New metrics handling. Metrics are now kept in the new `struct disk'. Busy time is now stored as a timeval, and transfer count in bytes. Storage for disklabels is now dynamically allocated, so that the size of the disk structure is not machine-dependent. Several new functions for attaching and detaching disks, and handling metrics calculation. Old-style instrumentation is still supported in drivers that did it before. However, old-style instrumentation is being deprecated, and will go away once the userland utilities are updated for the new framework. For usage and architectural details, see the forthcoming disk(9) manual page. | |||
1996-01-08 | update from netbsd | Theo de Raadt | |
1996-01-08 | from netbsd: | Theo de Raadt | |
Deal with GCC's dead code elimination being suboptimal. Modify splraise() to allow better optimization. Make cpl, ipending, and astpending volatile. Make sure interrupts are disabled before jumping to a resume point, to prevent races. Make FPU faults use INTRFASTEXIT, and remove INTREXIT. Build the frame for recursive interrupts manually, and make sure to disable interrupts to avoid races. VS: ---------------------------------------------------------------------- | |||
1996-01-07 | from netbsd: Put #includes in the right order | Theo de Raadt | |
1995-12-31 | whoops; we need these include files for bounce buffers | Theo de Raadt | |
1995-12-30 | from perry: | Theo de Raadt | |
fixed my own pr 1758 -- the floppy drive motor was not being turned off at halt time, especially if a floppy was mounted. Added a shutdown hook to turn off the motor. Per a request by mycroft, the cookie from the hook is saved in a new member I added to the fd_softc structure. | |||
1995-12-27 | from netbsd: | Theo de Raadt | |
The IST_* and IPL_* constants are not bus-specific; don't treat them as such. | |||
1995-12-14 | from netbsd; Make sure vt_coldinit() is called before vt_coldmalloc() | Theo de Raadt | |
1995-11-28 | i386 isa bounce buffers by hannken@eis.cs.tu-bs.de | Theo de Raadt | |
1995-11-13 | from netbsd: | Theo de Raadt | |
Prevent endless loop (-> kernel crash) when a signal is sent to a process waiting for a vt to become active. Move one ifdef XSERVER to the right place. | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |