Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-10-10 | Print out the irq in attach. Thanks downsj@cvs | Constantine Sapuntzakis | |
1999-10-09 | give pmap_enter the right number of args. | Bob Beck | |
1999-10-09 | Attach to the new 82559 ID number as well. | Jason Downs | |
1999-10-09 | Sync | Jason Downs | |
1999-10-09 | Add the new 82559 ID number. | Jason Downs | |
1999-10-09 | Fix printout at attach time. Print PIO/DMA mode information after having | Constantine Sapuntzakis | |
printed line with the name of hard disk. | |||
1999-10-09 | wdc 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-07 | Add a delay() before turning the motor off; some controllers don't see it | Jason 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-07 | Document ALT+F12, stress LEFT_SHIFT+PGUP/PGDN and point to machdep.kbdreset | Wim Vandeputte | |
1999-10-07 | Add -b (scrollback) to usage() -- OK aaron@ | Wim Vandeputte | |
1999-10-07 | regen | Brad Smith | |
1999-10-07 | - fix typo in previous commit | Brad Smith | |
- Implement fstatvfs64 system call | |||
1999-10-07 | - Fix stat and mknod syscalls to properly disassemble and reassemble | Brad Smith | |
dev_t values to/from emulation dev_t's - Implement fstat64, llseek and open64 system calls; from NetBSD | |||
1999-10-07 | fix mergo: xl_setcfg(): after modifying software state, inform hardware | Jason Wright | |
merge in freebsd xl_choose_xcvr() for cards that report AUTO but have no phy | |||
1999-10-07 | Yes, I think I've finally decided how I think scrollback should behave. | Aaron Campbell | |
1999-10-06 | M_EXT isn't the only test for a cluster any more: also test ext_ref | Jason Wright | |
1999-10-06 | Replace unnecessary static int with a define. | Federico G. Schwindt | |
1999-10-06 | regen. | Federico G. Schwindt | |
1999-10-06 | New devices; from NetBSD. | Federico G. Schwindt | |
1999-10-06 | New (and better) defines in opl3sa3reg.h. Sayonara! | Federico G. Schwindt | |
1999-10-06 | Add 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-06 | y2k related fixes; from netbsd, work by fgsch/ivan | Theo de Raadt | |
1999-10-06 | Put 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-06 | Turn of debugging diagnostics | Constantine Sapuntzakis | |
1999-10-06 | Fix piomode(0x4) errors. | Constantine Sapuntzakis | |
Fix Sense Error 6 errors. Better atapi to scsi sense conversion. | |||
1999-10-05 | Ensoniq ES1371 support. | Constantine Sapuntzakis | |
Thanks to Ezra Story (ezy@panix.com) | |||
1999-10-05 | Don't define AUDIO_DEBUG | Constantine Sapuntzakis | |
1999-10-05 | Add a missing check from last commit. | Aaron Campbell | |
1999-10-05 | Kill .raw reference; don't know why I didn't see this sooner. | Jason Downs | |
1999-10-04 | promise support; chris@ took it from netbsd | Theo de Raadt | |
1999-10-04 | save user configuration in some magic buffer, which config -e can read; maja | Theo de Raadt | |
1999-10-04 | m_new is the new mbuf, not m | Jason Wright | |
1999-10-04 | m_new is the new mbuf, not m | Jason Wright | |
fix calculation of buffer slot number | |||
1999-10-04 | Minor calculation tweaks. | Aaron Campbell | |
1999-10-04 | Fixed garbled dmesg. | Steve Murphree | |
1999-10-03 | Remove commented out sample of SHMMAXPGS setting with machine-specific | Niklas Hallqvist | |
comment. People should read options.4 for such info anyhow, not this file. | |||
1999-10-03 | Double the amount of shared memory pages we can maximally allocate. This | Niklas Hallqvist | |
makes TV watching in fullscreen in 640x480 work. | |||
1999-10-03 | Add missing bzero(). | Hakan Olsson | |
1999-10-03 | take advantage of m->m_ext.ext_handle for storing the softc | Jason Wright | |
(instead of stashing it in the buffer) | |||
1999-10-01 | SACK is not bug-free yet; off for 2.6 | Theo de Raadt | |
1999-10-01 | ignore ELLE. -moj | Mats O Jansson | |
1999-10-01 | add tag. remove VNODEPAGER. -moj | Mats O Jansson | |
1999-10-01 | Update the man page to reflect reality. | Aaron Campbell | |
1999-10-01 | Attach to SMC 8020 cards, they seem to work fine. | Jason Downs | |
1999-10-01 | sync | Jason Downs | |
1999-10-01 | Add SMC 8020 device. | Jason Downs | |
1999-10-01 | add skc and sk | Jason Wright | |
1999-10-01 | add ifmedia attribute to ax, wb, and lmc | Jason Wright | |
1999-10-01 | oops... $OpenBSD$ tags | Jason Wright | |
1999-10-01 | driver for SysKonnect 984x gigabit ethernet adapters; from FreeBSD | Jason Wright | |