Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-23 | regen | Brad Smith | |
2006-06-23 | add the Promise PDC40518 SATA-II chipset PCI id. | Brad Smith | |
From Henrik Flodell | |||
2006-06-23 | document that we run in vmware. | David Gwynne | |
info from brad@ and lots of discussion with jmc@ | |||
2006-06-23 | regen | Brad Smith | |
2006-06-23 | add a few more Broadcom BCM43xx wireless PCI ids. | Brad Smith | |
2006-06-23 | In a drivers activate() entry point, if on DVACT_DEACTIVATE it does | Miod Vallat | |
something, then it MUST return zero on DVACT_ACTIVATE, not EOPNOTSUPP; this very popular bug has been cut and pasted a lot of times... ok deraadt@ mickey@ | |||
2006-06-23 | bump up the RX ring count on sparc64 a little bit. | Brad Smith | |
2006-06-22 | Enable sk(4). | Brad Smith | |
ok reyk@ | |||
2006-06-22 | lower the RX ring count and Jumbo slots on sparc64 as a workaround. | Brad Smith | |
ok reyk@ | |||
2006-06-22 | Add appropriate swapping for big-endian systems. Allows sk(4) to work | Brad Smith | |
on macppc and sparc64. ok reyk@ | |||
2006-06-22 | oops! i put -M in the wrong place; | Jason McIntyre | |
2006-06-22 | CAVEATS | Ray Lai | |
syslogd does not create files, it only logs to existing ones. From millert@: http://marc.theaimsgroup.com/?m=106329875409953 ``Good idea'' millert@, ``fine by me too'' jmc@ | |||
2006-06-22 | sort hardware section | Martin Reindl | |
2006-06-22 | - tweak the -f description | Jason McIntyre | |
- move DISC into an ENVIRONMENT section - make the tao option list -compact - uppercase `cddb' | |||
2006-06-22 | Document /var/db/ntpd.drift; ok jmc@ | Otto Moerbeek | |
2006-06-22 | Save the computed clock drift and use it on startup. ok deraadt@ | Otto Moerbeek | |
henning@ | |||
2006-06-22 | fix zuse and turing | Michael Shalayeff | |
2006-06-22 | These two env vars don't have a `=' in their name. | Michael Knudsen | |
ok jmc | |||
2006-06-22 | sort the hardware list, and zap some .Tn whilst there; | Jason McIntyre | |
2006-06-22 | sync the zyd line; | Jason McIntyre | |
2006-06-22 | let's just use "getty" as the plural of `getty', because "getty's" is | Jason McIntyre | |
very painful, and "gettys" is misleading; | |||
2006-06-22 | BBC-based machines swap the two registers (good going Sun -- that is why we | Theo de Raadt | |
don't get documentation, right?), and the clock fed into the chip can vary from model to model; help & testing from dlg | |||
2006-06-22 | adjust PCI ids. | Brad Smith | |
2006-06-22 | regen | Brad Smith | |
2006-06-22 | The DGE560T_2 PCI id was a guess and more of a place holder as I did not | Brad Smith | |
know what hardware this really was at the time. It looks as if this is really a DGE530 B1. | |||
2006-06-22 | better media handling. | Brad Smith | |
2006-06-22 | identify CX4 based hardware. | Brad Smith | |
From Intel's FreeBSD driver via their web-site. | |||
2006-06-22 | recognize the BCM5703 B0. | Brad Smith | |
2006-06-22 | mpi works here too. | David Gwynne | |
ok deraadt@ | |||
2006-06-22 | do not enable the gpio parent either | Theo de Raadt | |
2006-06-22 | Roll in some defines for the file types used in udf_vget() and add one | Pedro Martelletto | |
for the VAT, no binary change | |||
2006-06-22 | ok there is a good reason not to do this yet | Theo de Raadt | |
2006-06-22 | accept SIGUSR2. Like SIGUSR1, except it makes RB_POWERDOWN mandatory. | Theo de Raadt | |
This will be used by kernel components which are trying to really really power the system down. suggested and tested by jason | |||
2006-06-22 | Make udf_find_partmaps() correctly spot virtual partition maps in | Pedro Martelletto | |
medias that have it, testing jmc@ and myself. | |||
2006-06-21 | if machdep.kbdreset==1 and the front panel button interrupt fires, tell init | Jason Wright | |
that it's time to go sleepy-bye. | |||
2006-06-21 | make powerdown the default; discussed with jason | Theo de Raadt | |
2006-06-21 | Only attach timer to the first counter-timer found. | Miod Vallat | |
2006-06-21 | Pick the sbus clock frequency from the attach args instead of peeking at the | Miod Vallat | |
parent softc. | |||
2006-06-21 | this gpio should not be enabled | Theo de Raadt | |
2006-06-21 | retry if sense code indicates not ready. fixes writing for drives | Michael Coulter | |
that issue long write in progress if the write buffer is full. ok deraadt@ | |||
2006-06-21 | add the machdep.kbdreset logic to sparc64 (stuff to use it is coming) | Jason Wright | |
2006-06-21 | grr... missed this... nuke SUN4U stuff here, too | Jason Wright | |
2006-06-21 | can do g too | Theo de Raadt | |
2006-06-21 | minimal KNF and spacing | Jasper Lievisse Adriaanse | |
ok millert@, otto@ | |||
2006-06-21 | Xr zyd | Theo de Raadt | |
2006-06-21 | sync | Theo de Raadt | |
2006-06-21 | slapped together a prelim man page based on atu.4 | Theo de Raadt | |
2006-06-21 | sync | Theo de Raadt | |
2006-06-21 | Don't need option SUN4U. It's not -really- an option on sparc64, duh. | Jason Wright | |
2006-06-21 | There was hope, at one time, of sharing fpu/ with sparc. That's still | Jason Wright | |
possible, but not with #ifdef SUN4U all over the place. The define should be _v9 or __sparc64__ since it will equally well apply to all v9 machines. We'll burn that bridge before we cross it. |