Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-08-17 | Set default command count to 'unmonitored'. Set inotify to 16. | mjacob | |
2002-08-17 | Add ICBZOPT_ENA_OOF and FC4_FC_SVC defines. | mjacob | |
2002-08-17 | Reorder the lportdb dibfields. Add some more CFG params. | mjacob | |
Add ISPASYNC_FW_DUMPED, ISPASYNC_FW_RESTARTED async events. Add ISP_FW_NEWER_THAN macro- makes the code easier to read. DEFAULT_FRAMESIZE and DEFAULT_EXEC_THROTTLE macros. | |||
2002-08-17 | Set all 23XX cards as 'touched' (we have trouble, unpredictably, about | mjacob | |
running ABOUT FIRMWARE with some that were started by BIOS downloads). Fix the incorrect parsing of the Risc2Host isr. For RIO_16, fast posting command completion, and fast post CTIO completion, the upper half of Risc2Host is a copy of mailbox #1- *not* mailbox #0. | |||
2002-08-16 | Turn OFF (not ON) acceleration if revision < 5 | Jason Wright | |
2002-08-15 | sync | Theo de Raadt | |
2002-08-15 | re-org rcc devices | Theo de Raadt | |
2002-08-13 | change WI_PORTTYPE_AP -> WI_PORTTYPE_HOSTAP to match FreeBSD and NetBSD. | Todd C. Miller | |
The reason for this is that it is possible in the future to have wi(4) be a real AP using the AP tertiary firmware. mickey@ OK | |||
2002-08-12 | Update rom cursor position if we're the console framebuffer | Jason Wright | |
2002-08-12 | Convert sparc console code from rcons and pseudo-devices to rasops and wscons. | Miod Vallat | |
For most framebuffers it is faster. Other changes include: o 24 bit support in tcx(4) for the S24 framebuffer o accelerated cgsix(4) text console o new cgtwelve(4) driver for the GS framebuffer o improved serial driver code o better keyboard support The following framebuffers have not been tested but should work: cgfour, cgeight and cgfourteen These changes will require XF4 changes, to use Xwsfb instead of Xsun*, to be commited later today. Most of the work by me during the LSM and the week after, with code borrowed from jason@, NetBSD (new serial code), and feedback from mickey@. Work on pnozz(4) done by millert@ | |||
2002-08-12 | Add a callback routine for when the cursor position is updated (this allows | Jason Wright | |
for updating prom cursor locations). | |||
2002-08-09 | Get rid of remaining __P usage (except for imported code); | Jason Peel | |
ok millert@, rogue ok pjanzen@ | |||
2002-08-09 | Remove those noisy informational messages from dmesg. | Thierry Deval | |
Use the option RAIDDEBUG to get these. Theo, thanks for suggesting. | |||
2002-08-08 | D-Link DFE-670TXD support; reported and tested by RD Thrush <rd@thrush.com>. | Federico G. Schwindt | |
2002-08-08 | regen. | Federico G. Schwindt | |
2002-08-08 | D-Link DFE-670TXD entry from RD Thrush <rd@thrush.com>. | Federico G. Schwindt | |
2002-08-08 | Fix IFF_PROMISC setting optimization. The point is to avoid the | Todd C. Miller | |
wi_init() if only IFF_PROMISC status has changed. There is no need to change anything if we are in HostAP mode since wi_init() has already turned off the hardware promisc bit when we entered HostAP (HostAP already implies promisc behavior). Noticed by imp@, OK by mickey@ | |||
2002-08-08 | Use & to test if bits are set, not &&; art@ ok. | Aaron Campbell | |
2002-08-07 | return EBUSY in processready | Niels Provos | |
2002-08-07 | fix the stupidest alloc/free piece of code ever; nate@ ok | Michael Shalayeff | |
2002-08-07 | Hrmph, part of the logic was correct: turn off if_timer when all descriptors ↵ | Jason Wright | |
are found to be empty. | |||
2002-08-07 | fix if_timer handling: | Jason Wright | |
- only set it to non-zero when at least on packet is enqueued - zero it if we tx'd at least one packet | |||
2002-08-06 | be sure to unmap/deallocate buffers when hme_stop() is called | Jason Wright | |
2002-08-06 | Set RI_CLEAR if the card isn't the console framebuffer; based on discussion ↵ | Jason Wright | |
with miod. | |||
2002-08-05 | Force acceleration to be turned off if we encounter an old hardware | Miod Vallat | |
revision. Jason and I think that only someone out of his mind would plug an old dusty dual slot cgsix in an ultrra, but it's better to be safe anyways. ok jason@ | |||
2002-08-05 | Clean up hook cookies from shutdown hook. | Thierry Deval | |
2002-08-05 | move HoldScreen to R3 where it belongs (not L3) | Jason Wright | |
2002-08-05 | the supported agp chipset list is md-configured, not mi | Michael Shalayeff | |
2002-08-02 | Do correct bounds checking in get/set/put cmap routines. A few of | Todd C. Miller | |
these check were already OK but have been modified for consistency. Problem found by Silvio Cesare. | |||
2002-08-01 | whoops, last write tracker should be updated on every write to avoid the ↵ | Jason Wright | |
burst write problem on 7811. | |||
2002-07-31 | Grammar. | Thomas Nordin | |
2002-07-31 | aaron: sync THEN access =) | Jason Wright | |
2002-07-31 | mop up after federico who is not capable of comitting the same diffs he ↵ | Michael Shalayeff | |
sents for testing or compiling code before he commits it even | |||
2002-07-31 | regen | Michael Shalayeff | |
2002-07-31 | a few devices from compaq presario 700la; from jcortes@openbsd.org.mx | Michael Shalayeff | |
2002-07-30 | - Whoops, I had the mode mask and value bits backwards | Jason Wright | |
- make sure FBC_MODE is reset when switching back to WSDISPLAYIO_MODE_EMUL | |||
2002-07-30 | - Allow disabling of console acceleration with cf_flags | Jason Wright | |
- handle native and dumb mappings separately | |||
2002-07-30 | handle dumbfb and mapped mode requests differently | Jason Wright | |
2002-07-30 | minor KNF. pid_t is unsigned. | Jun-ichiro itojun Hagino | |
2002-07-30 | whitespace at EOL | Jun-ichiro itojun Hagino | |
2002-07-29 | switch to ether_input_mbuf(); mickey@ tested and ok. | Federico G. Schwindt | |
2002-07-29 | dma support for serverwors osb4 and csb5, from netbsd; csapuntz@, deraadt@ ok | Michael Shalayeff | |
2002-07-29 | this should be a DPRINTF | Nathan Binkert | |
2002-07-29 | regen | Todd C. Miller | |
2002-07-29 | PCI_PRODUCT_USR2_WL11000P not PCI_PRODUCT_USR2_USR11000P | Todd C. Miller | |
2002-07-29 | It is WL11000P, not USR11000P. Woohoo, we save a byte! | Todd C. Miller | |
2002-07-29 | regen | Michael Shalayeff | |
2002-07-29 | another rcc ide and change the osb4 ide name (not used right now), from netbsd | Michael Shalayeff | |
2002-07-29 | undrugs this. | Federico G. Schwindt | |
- correct command in gprclose and gpropen. - fix tlvput logic. - change a few regs. | |||
2002-07-29 | hifn isn't sure if the burst write problem applies to the 7811 rev 1 or not, ↵ | Jason Wright | |
so play it safe and apply the workaround on all 7811's. |