summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1999-10-10Print out the irq in attach. Thanks downsj@cvsConstantine Sapuntzakis
1999-10-09give pmap_enter the right number of args.Bob Beck
1999-10-09Attach to the new 82559 ID number as well.Jason Downs
1999-10-09SyncJason Downs
1999-10-09Add the new 82559 ID number.Jason Downs
1999-10-09Fix printout at attach time. Print PIO/DMA mode information after havingConstantine Sapuntzakis
printed line with the name of hard disk.
1999-10-09wdc layer work:Constantine Sapuntzakis
Separate wdc_probe_caps into wdc_probe_caps and wdc_print_caps for more flexibility in printing capability information. Get rid of wdc_final_attach. Include name of device (e.g. cd0), if possible, on errors. atapiscsi layer work: Put a pointer to the SCSI device into ata_drive_datas' drv_softc field Simplify, simplify, simplify. Got rid of a bunch of fields in atapiscsi_softc Delay printing capabilities until we know the real device name (e.g. st0)
1999-10-07Add a delay() before turning the motor off; some controllers don't see itJason Downs
otherwise. Also move the motor off up so that it always gets performed, even if the probe is overridden via config flags.
1999-10-07Document ALT+F12, stress LEFT_SHIFT+PGUP/PGDN and point to machdep.kbdresetWim Vandeputte
1999-10-07Add -b (scrollback) to usage() -- OK aaron@Wim Vandeputte
1999-10-07regenBrad Smith
1999-10-07- fix typo in previous commitBrad Smith
- Implement fstatvfs64 system call
1999-10-07- Fix stat and mknod syscalls to properly disassemble and reassembleBrad Smith
dev_t values to/from emulation dev_t's - Implement fstat64, llseek and open64 system calls; from NetBSD
1999-10-07fix mergo: xl_setcfg(): after modifying software state, inform hardwareJason Wright
merge in freebsd xl_choose_xcvr() for cards that report AUTO but have no phy
1999-10-07Yes, I think I've finally decided how I think scrollback should behave.Aaron Campbell
1999-10-06M_EXT isn't the only test for a cluster any more: also test ext_refJason Wright
1999-10-06Replace unnecessary static int with a define.Federico G. Schwindt
1999-10-06regen.Federico G. Schwindt
1999-10-06New devices; from NetBSD.Federico G. Schwindt
1999-10-06New (and better) defines in opl3sa3reg.h. Sayonara!Federico G. Schwindt
1999-10-06Add support for bass, treble, surround and mode under equalization class.Federico G. Schwindt
Modify some code for simplicity and remove unused one; from NetBSD.
1999-10-06y2k related fixes; from netbsd, work by fgsch/ivanTheo de Raadt
1999-10-06Put TCP_SACK back in as it is not turned on by default anyway.Todd C. Miller
That way, users who want it can turn it on via sysctl.
1999-10-06Turn of debugging diagnosticsConstantine Sapuntzakis
1999-10-06Fix piomode(0x4) errors.Constantine Sapuntzakis
Fix Sense Error 6 errors. Better atapi to scsi sense conversion.
1999-10-05Ensoniq ES1371 support.Constantine Sapuntzakis
Thanks to Ezra Story (ezy@panix.com)
1999-10-05Don't define AUDIO_DEBUGConstantine Sapuntzakis
1999-10-05Add a missing check from last commit.Aaron Campbell
1999-10-05Kill .raw reference; don't know why I didn't see this sooner.Jason Downs
1999-10-04promise support; chris@ took it from netbsdTheo de Raadt
1999-10-04save user configuration in some magic buffer, which config -e can read; majaTheo de Raadt
1999-10-04m_new is the new mbuf, not mJason Wright
1999-10-04m_new is the new mbuf, not mJason Wright
fix calculation of buffer slot number
1999-10-04Minor calculation tweaks.Aaron Campbell
1999-10-04Fixed garbled dmesg.Steve Murphree
1999-10-03Remove commented out sample of SHMMAXPGS setting with machine-specificNiklas Hallqvist
comment. People should read options.4 for such info anyhow, not this file.
1999-10-03Double the amount of shared memory pages we can maximally allocate. ThisNiklas Hallqvist
makes TV watching in fullscreen in 640x480 work.
1999-10-03Add missing bzero().Hakan Olsson
1999-10-03take advantage of m->m_ext.ext_handle for storing the softcJason Wright
(instead of stashing it in the buffer)
1999-10-01SACK is not bug-free yet; off for 2.6Theo de Raadt
1999-10-01ignore ELLE. -mojMats O Jansson
1999-10-01add tag. remove VNODEPAGER. -mojMats O Jansson
1999-10-01Update the man page to reflect reality.Aaron Campbell
1999-10-01Attach to SMC 8020 cards, they seem to work fine.Jason Downs
1999-10-01syncJason Downs
1999-10-01Add SMC 8020 device.Jason Downs
1999-10-01add skc and skJason Wright
1999-10-01add ifmedia attribute to ax, wb, and lmcJason Wright
1999-10-01oops... $OpenBSD$ tagsJason Wright
1999-10-01driver for SysKonnect 984x gigabit ethernet adapters; from FreeBSDJason Wright