summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1999-08-27Sync with NetBSD;Federico G. Schwindt
Make sure not to call tsleep() from suspend/resume routine. Move more of the transfer completion processing to HC independent code. Fix some problems with transfer abort & timeout. Merge the soft_{td,qh} with the real {td,qh}. This saves time and space.
1999-08-27syncFederico G. Schwindt
1999-08-27Add a Kawatsu mouse; from NetBSD.Federico G. Schwindt
1999-08-27Disable SACK for now, it has problems, deraadt@Todd C. Miller
1999-08-27syncJason Downs
1999-08-27Fix Ensoniq, add Inition devices.Jason Downs
1999-08-27syncJason Downs
1999-08-27S3 Savage seriesJason Downs
1999-08-26increase timeout for "lost messages"David Leonard
1999-08-26remove some unneeded debuggingDavid Leonard
1999-08-26add an inner xor to make prediction attacks against the ids harder, dueNiels Provos
to an attack pointed out by David Wagner.
1999-08-26change a & to &&. From dima@best.netArtur Grabowski
1999-08-25Move COREGA to ALLIEDTELESIS.Federico G. Schwindt
1999-08-25syncFederico G. Schwindt
1999-08-25Remove some unneeded text. Add Contec entry.Federico G. Schwindt
1999-08-25n+1 approximation step for the user space constantsMichael Shalayeff
1999-08-25Compile under UVM and versions of egcs. art@ ok.Hakan Olsson
1999-08-25receive works a lot better nowDavid Leonard
1999-08-25give better support to the bios memory maps.Michael Shalayeff
provide memory maps editing through the machine memory command. rearrange probing in machdep, so it provides less output, also giving a shot for apm to fix the memory maps. changes to kernel are minimal, only that is required due to the api version bits addition and such cosmetic changes. tested on all critical kernel,boot combinations; niklas@ ok
1999-08-24Opps. forgot this in the last uvm updateArtur Grabowski
1999-08-24Remove unneeded printf.Federico G. Schwindt
1999-08-24Added type field to scsi_addr to reflect bus/device type (ATAPI or SCSI).Constantine Sapuntzakis
Updated ioctls to match Minor patches in anticipation of wd->sd translation layer
1999-08-23reset card before attempting configDavid Leonard
1999-08-23undo damage by careless developerTheo de Raadt
1999-08-23Remove some unneeded needs-flag; NetBSD.Federico G. Schwindt
1999-08-23Todo list and roadmap; from NetBSD.Federico G. Schwindt
1999-08-23Disable interrupts early; from NetBSD.Federico G. Schwindt
1999-08-23Opps. Forgot to commit this in the recent uvm sync. (noted by mickey@)Artur Grabowski
1999-08-23sync with NetBSD from 1999.05.24 (there is a reason for this date)Artur Grabowski
Mostly cleanups, but also a few improvements to pagedaemon for better handling of low memory and/or low swap conditions.
1999-08-23vm_offset_t -> {v,p}addr_t, vm_size_t -> {v,p}size_tArtur Grabowski
1999-08-23vm_offset_t -> {v,p}addr_t + some other cleanupArtur Grabowski
1999-08-22Add noop MOUSEIOCSCOOKED and ENODEV MOUSEIOCSRAW ioctls, as suggested byJason Downs
Matthieu Herrb.
1999-08-22make isapnp_print() use canonical formatTheo de Raadt
1999-08-22syncTheo de Raadt
1999-08-22whack isapnp gus for nowTheo de Raadt
1999-08-21/dev/ksymskstailey
1999-08-21definitions needed by sbin/kbd/kbd_sparc.cMats O Jansson
1999-08-21Disable device interrupts in INTSEL register when interface is down.David Leonard
Some comment cleanup. Add compatible hash function for generating 20-bit security key. (So much for Proxim's security by obscurity.)
1999-08-20change MIPSE{B|L} to __MIPSE{B|L}__. -mojMats O Jansson
1999-08-20needs <scsi/cd.h> -mojMats O Jansson
1999-08-20more paranoid check of the refcount in vfs_registerArtur Grabowski
1999-08-20teach it about Rise cpus; wd@ics.nara-wu.ac.jpTheo de Raadt
1999-08-20cleanup pmap_enk4mArtur Grabowski
1999-08-20in pv_link4m malloc can sleep. Make the malloc earlier and check ifArtur Grabowski
reality has changed while we were (possibly) sleeping.
1999-08-20uninitialized variable; art@Jason Wright
1999-08-20uninitialized variable; art@Jason Wright
1999-08-19syncTheo de Raadt
1999-08-19Sync with NetBSD.Federico G. Schwindt
1999-08-19pnpdevs.hTheo de Raadt
1999-08-19another ethernet cardTheo de Raadt