summaryrefslogtreecommitdiff
path: root/sys/dev/sbus/esp_sbus.c
AgeCommit message (Expand)Author
2022-03-13Constify struct cfattach.Martin Pieuchot
2017-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt
2014-01-18instead of having every bit of glue set up and attach an identicalDavid Gwynne
2010-06-28Remove all adapter-specific 'struct scsi_device's. They are never used. FirstKenneth R Westerback
2009-02-16Extend the scsi_adapter minphys() callback to take a struct scsi_link *Miod Vallat
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2007-04-10``it's'' -> ``its'' when the grammar gods require this change.Miod Vallat
2006-06-21Pick the sbus clock frequency from the attach args instead of peeking at theMiod Vallat
2006-06-02sbus_establish() and the associated linked list in the sbus softc is now onlyMiod Vallat
2006-03-05Use more queue macros rather than doing it by hand; ok otto@ krw@Miod Vallat
2004-09-29Ratibibugle now useless evcnt structures.Miod Vallat
2003-07-03ansifyJason Wright
2003-06-27These don't need linear mappings either.Jason Wright
2003-06-24Add a "where" argument to the sparc64 interrupt code. This lets usHenric Jungheim
2003-03-27Don't need linear mappings in here.Jason Wright
2003-02-17Add support for the Sun Enterprise 450Henric Jungheim
2003-02-11be consistant on Hz vs hzMichael Shalayeff
2003-02-09make ESP_SBUS_DEBUG compileJason Wright
2002-04-09because SUNW,fas boards don't have a corresponding 'dma' device, searchingJason Wright
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2001-09-27Huge merge with NetBSD. For full details look at their revision history (1.2...Jason Wright
2001-09-26bad me, don't break current builds with uncomitted dependent changes.Jason Wright
2001-09-25pretty up attach messages (as best as possible) for fas.Jason Wright
2001-08-21rcsidJason Wright
2001-08-21esp driver from NetBSD (compiles and even probes disks =)Jason Wright