summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-05-17Only amiga install docs had the word "harddisk" in one word. Changed.Janne Johansson
Also, replace "scsi controller" with "hard disk controller" since it could in theory be an IDE controller.
2001-05-17Implement pcic_delay, it uses tsleep for large delays to avoidFederico G. Schwindt
momentary freezes. deraadt@ ok. Thanks to millert@ and mickey@.
2001-05-17- mention random subsystem.Brad Smith
- random(9) -> random(4) - reorder man page crossreferences.
2001-05-17128PCI -> PCI128Brad Smith
2001-05-17It's Daylight Saving Time, not Savings. Fix comments.Peter Valchev
Discussed with pjanzen@
2001-05-17remove bcopyb and bcopyw, they're not used nowdays; mickey@ aaron@ ok.Federico G. Schwindt
2001-05-16entry,leaf_entry properMichael Shalayeff
2001-05-16remove BUGS section, since i've made it workMichael Shalayeff
2001-05-16use ac97_set_rate, auvia can use it too, cannot test it thoughMichael Shalayeff
2001-05-16add surrond, center and lfe ports (per 2.2 spec).Michael Shalayeff
provide set_rate function, per 2.2 spec.
2001-05-16define power register bitsMichael Shalayeff
2001-05-16Hook up various wscons related stuff and enable the smg framebuffer.Hugh Graham
Also contemplate the curious clr device, wherefor art thine code?
2001-05-16Blind merge of wscons support from NetBSD/vax. Perhaps someone with aHugh Graham
supported framebuffer (simple monochrome) can finish this off. If anyone has run across docs for LCG or SPGFX, please get in touch.
2001-05-16more select() error fixes (don't set rfd/wfd to -1).Markus Friedl
2001-05-16check for open sessions before we call select(); fixes the x11 clientMarkus Friedl
bug reported by bowman@math.ualberta.ca
2001-05-16Missed conversion of sys___osemctl, sys_omsgctl, sys_oshmctl, to compat_23Todd C. Miller
2001-05-16return comments for private pem files, too; report from nolan@naic.eduMarkus Friedl
2001-05-16it is not right to malloc() w/ WAITOK at attach time, put back NULL check ↵Michael Shalayeff
and change to NOWAIT
2001-05-16it is not right to malloc() w/ WAITOK at attach time, put back NULL check ↵Michael Shalayeff
and change to NOWAIT
2001-05-16malloc memory w/ NOWAIT during autoconf time, and check for NULLMichael Shalayeff
2001-05-16it is notright to malloc() w/ WAITOK at attach time, put back NULL check ↵Michael Shalayeff
and change to NOWAIT
2001-05-16it is notright to malloc() w/ WAITOK at attach time, put back NULL check ↵Michael Shalayeff
and change to NOWAIT
2001-05-16allocate memory w/ NOWAIT during autoconf time and check for NULL returnMichael Shalayeff
2001-05-16allocate memory w/ NOWAIT during autoconf time and check for NULL returnMichael Shalayeff
2001-05-16call malloc w/ NOWAIT and check for NULL returnMichael Shalayeff
2001-05-16Use PMAP_NEW if UVM is defined.Todd C. Miller
2001-05-16PMAP_NEW support; thorpej@netbsd.orgTodd C. Miller
2001-05-16Fix vax to work with recent pmap_change_wiring() -> pmap_unwire()Hugh Graham
changes. Mostly from NetBSD.
2001-05-16regen for COMPAT_2{3,5}Todd C. Miller
2001-05-16Create COMPAT_25 and move ogetfsstat, ostatfs and ostatfs into it.Todd C. Miller
Create COMPAT_23 and move __osemctl, omsgctl, oshmctl there.
2001-05-16Use dm_mapsize instead of homegrown one; jason@ ok.Federico G. Schwindt
2001-05-16indentation nit.Artur Grabowski
2001-05-16Bring chip out of suspend mode in case we're booting after a shutdown fromAaron Campbell
Windows. Needed for the VT6102, but doesn't hurt older chips; from FreeBSD.
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2001-05-16Use pool to allocate struct filedesc0 and struct file.Artur Grabowski
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2001-05-16document SMALL_KERNEL.Artur Grabowski
2001-05-16use SMALL_KERNEL optionTheo de Raadt
2001-05-16Introduce a new kernel option "SMALL_KERNEL" that will be used to keep theArtur Grabowski
kernel size down. Two changes. Uninline MALLOC and uninline a few mbuf macros. Saves 140k on alpha RAMDISK (although only 11k after gzip).
2001-05-16shorten by one byte :-)Theo de Raadt
2001-05-16use dma_mapsize now that's available.Federico G. Schwindt
2001-05-16Don't clobber ip_sum; ip_output always sets this to 0 before callingFederico G. Schwindt
in_cksum so it's not needed here; itojun@ ok. This makes the ip_sum available in ipfilter.
2001-05-16dump private extended ac97 reg defsMichael Shalayeff
2001-05-16split codec vendor/product into separate tables,Michael Shalayeff
provide meaning for codec revision. some other size improvelances.
2001-05-16extended registers are now in ac97.hMichael Shalayeff
2001-05-16kill COMPAT_{09,10,11} kernel options. We still need kern_info_09.c and ↵Todd C. Miller
kern_ipc_10.c for other compat modules.
2001-05-16more regs from 2.2 version of specsMichael Shalayeff
2001-05-16regen after removing compatoptsTodd C. Miller