summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1998-12-20Use IOV_MAX, not the deprecated UIO_MAXIOVTodd C. Miller
1998-12-20The "end" symbol should be a long, not an int to make 64-bit machines happy. ↵Todd C. Miller
This allows us to remove a bogus cast of int * to long * later on.
1998-12-20syncTheo de Raadt
1998-12-20another modem...Theo de Raadt
1998-12-20syncTheo de Raadt
1998-12-20new devTheo de Raadt
1998-12-19make alpha ramdisk fitTheo de Raadt
1998-12-19Remove irq 5 and 7 from irqmask. These are commonly used by soundcard devices.Federico G. Schwindt
1998-12-19compile with -DDEBUGNiklas Hallqvist
1998-12-19one more flag for xmasMichael Shalayeff
1998-12-19for sense code "Logical Unit Is in Process Of Becoming Ready", makeTheo de Raadt
the sense code evaluation function return ERESTART with xs->error = XS_BUSY; then higher up catch this case and drop into the scbusy tsleep code. For exabyte 8500 units, this makes st opening reprobe repeatedly, rather than fail with an EIO while the tape is being loaded.
1998-12-17Disable 3c574 until all the MII code required is added.Federico G. Schwindt
1998-12-17syncTheo de Raadt
1998-12-17new card; dave@dtsp.co.nzTheo de Raadt
1998-12-16Part of remove to get rid of unwanted directoriesSteve Murphree
1998-12-16cast multipliers in boot record byte offset calculation toMichael Shalayeff
off_t to avoid overflow for partitions starting at high cylinders. spotted and tested by WHS <wouters@cistron.nl>, 10x!
1998-12-16syncTheo de Raadt
1998-12-16crunch this much smallerTheo de Raadt
1998-12-15Sync with NetBSD (no detach updates yet).Federico G. Schwindt
This should fix pcic_chip_socket_enable() to work on more machines.
1998-12-15Support for the m88k arch.Steve Murphree
1998-12-15This fixed a number of things. A serious bug in bugcrt.c's initial stackSteve Murphree
among other things.
1998-12-15Added sdcrt.c to make bootxx and bootsd work.Steve Murphree
1998-12-15Greatly improved tapeboot. From mvme68k.Steve Murphree
1998-12-15Commint for the first real mvme88k OpendBSDSteve Murphree
1998-12-15Commit for the first real OpenBSD mvme88k port.Steve Murphree
1998-12-15Commit for the first working mvme88k port.Steve Murphree
1998-12-15Commit for the first real OpenBSD mvme88k kernel.Steve Murphree
1998-12-15check for valid ip_hl too; route@infonexus.comTheo de Raadt
1998-12-14ss20 machines which claim to have SBUS_BURST_64 are lyingTheo de Raadt
1998-12-14Do clamping of dvma burst size like everything elseJason Wright
1998-12-14remove bogus^H^H^H^H^Hconstant cache line size definitionMichael Shalayeff
1998-12-14add lan_station_id structMichael Shalayeff
1998-12-13be more careful with media handlingsTheo de Raadt
1998-12-13implement some more of those write_multi routines; also some 64 bit onesMichael Shalayeff
1998-12-13define HPA regionMichael Shalayeff
1998-12-13use PDC_ALIGNMENT; oopsMichael Shalayeff
1998-12-13PDC_ALIGNMENT; remove global chasdataMichael Shalayeff
1998-12-13define PDC arguments alignmentMichael Shalayeff
1998-12-13take advantage of IO space equal mappingMichael Shalayeff
1998-12-10Several fixes to dounmount.Artur Grabowski
- Check for MNT_UNMOUNT before doing the actual unmount. It shouldn't matter for normal unmounts that go through sys_unmount, because they won't be able to do a lookup on the mountpoint when it's being unmounted, but mfs calls dounmount directly (and there was still a race). - clear the MNT_UNMOUNT flag after reenabling the lock (almost impossible race). - clear the MNT_MWAIT flag after doing a wakeup on the mountpoint.
1998-12-10vfs_unmountall: retry to unmount all remaining filesystems when one unmount ↵Artur Grabowski
failed
1998-12-09sncTheo de Raadt
1998-12-09and a gusTheo de Raadt
1998-12-09syncTheo de Raadt
1998-12-09new USR modemTheo de Raadt
1998-12-08fix kvtop() according to the recent changes of mapping IO space equallyMichael Shalayeff
1998-12-05There's still a good bit of lock debugging that needs to happen. Don'tConstantine Sapuntzakis
turn it on by default or people will be getting too many panics.
1998-12-05some locore.SMichael Shalayeff
1998-12-05define INT_IO and INT_ALL masks for spl*() macros to useMichael Shalayeff
1998-12-05some db_machdep.hMichael Shalayeff