summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/dev/xd.c
AgeCommit message (Expand)Author
2001-09-05bcopy() -> memcpy(), bzero() -> memset()tsutsui
2001-07-22seperate -> separatewiz
2000-06-29remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-06-26remove/move more mach vm header files:mrg
2000-06-04Implement the more flexiable `evcnt' interface as discussed (briefly) oncgd
2000-05-27sleep() -> tsleep()thorpej
2000-05-19A foolish consistency; most parts of the kernel use bp->b_data, sothorpej
2000-05-16Nuke dk_establish() from orbit except from those ports which still usethorpej
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-01-21Update for sys/buf.h/disksort_*() changes.thorpej
1999-09-17Centralize the declaration and clearing of `cold'.thorpej
1998-12-13xdc_piodriver: sync function definition with declaration; also eliminateskleink
1998-07-23Print a complaint when no children were specifiedgwr
1998-06-30<dev/sun/disklabel.h> not <dev/sun/sun_disklabel.h>mrg
1998-06-24Changed to include sun_disklabel.h from its new location in dev/sun.jeremy
1998-01-26Save the "bustype" from our attach args in the controller "softc"gwr
1998-01-12Update for changes to config.thorpej
1997-10-17Move initialization code from xxattach to xx_init and call thatgwr
1997-07-29%x -> 0x%x, fixes for PR#3757fair
1997-07-17use locator defines in "locators.h" to index cf_loc[]jtk
1997-06-24foosize()'s return value is in DEV_BSIZE units; adjust the size obtainedthorpej
1997-06-18xdsize(): only call xdopen()/xdclose() if not already open, per thepk
1997-02-28Add xxc_print functions to pass to config_found() instead of NULL.gwr
1996-12-17Make this compile with -Werror -Wall -Wstrict-prototypesgwr
1996-10-13backout previous kprintf changechristos
1996-10-11printf -> kprintf, sprintf -> ksprintfchristos
1996-08-12sync with sparc version:chuck
1996-03-17New device attachment scheme:thorpej
1996-03-04Fix two bugs reported by Don Koch <aardvark@poirot.krl.com> (PR#2168).chuck
1996-02-22Fixup some RCS ids.thorpej
1996-02-08[import changes from sparc port]chuck
1996-01-13sync with sparc:chuck
1996-01-07New generic disk framework. Highlights:thorpej
1995-10-30New from Chuck Cranor: drivers for SMD disks!gwr