summaryrefslogtreecommitdiff
path: root/sys/dev/qbus/rf.c
AgeCommit message (Expand)Author
2009-01-22buildfix: re-adapt to major()/minor() return a 32bit value again.cegger
2009-01-13g/c BUFQ_FOO() macros and use bufq_foo() directly.yamt
2009-01-12use PRIu64 format to printf DISKPARTcegger
2008-07-25Replace a 'do { ... } while (0);' with 'for (;;) { ... break; }'dsl
2008-03-15Use device_* accessors.jkunz
2008-03-11Rototill the vax code. Switch to devicet/PRIV_ALLOC. Cleanup vax autoconfmatt
2008-01-04Catch up with rename of buf's b_un.b_addr -> b_data.joerg
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-10-08Merge disk init changes from the vmlocking branch. These seperate init /ad
2007-07-29It's not a good idea for device drivers to modify b_flags, as they don'tad
2007-03-08Cast to char* before doing pointer arithmetic.he
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-03-29Use device_private().thorpej
2006-03-25Use device_parent().thorpej
2005-12-11merge ktrace-lwp.christos
2005-10-15- change the way to specify a bufq strategy. (by string rather than by number)yamt
2005-02-26White space nits.simonb
2004-10-28move buffer queue related stuffs from buf.h to their own header, bufq.h.yamt
2004-10-06Fix some typos in comments and panic()s.wiz
2004-02-24occured -> occurred. From Peter Postma.wiz
2003-08-13Improved driver with much better error handling, from Jochen Kunzragge
2003-07-14add missing __KERNEL_RCSID()lukem
2003-05-03DMA, not dma nor Dma.wiz
2003-03-23Driver for RX01/02 floppies, written by Jochen Kunz.ragge