index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
sbus
/
esp_sbus.c
Age
Commit message (
Expand
)
Author
2022-03-13
Constify struct cfattach.
Martin Pieuchot
2017-09-08
If you use sys/param.h, you don't need sys/types.h
Theo de Raadt
2014-01-18
instead of having every bit of glue set up and attach an identical
David Gwynne
2010-06-28
Remove all adapter-specific 'struct scsi_device's. They are never used. First
Kenneth R Westerback
2009-02-16
Extend the scsi_adapter minphys() callback to take a struct scsi_link *
Miod Vallat
2008-06-26
First 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-21
Pick the sbus clock frequency from the attach args instead of peeking at the
Miod Vallat
2006-06-02
sbus_establish() and the associated linked list in the sbus softc is now only
Miod Vallat
2006-03-05
Use more queue macros rather than doing it by hand; ok otto@ krw@
Miod Vallat
2004-09-29
Ratibibugle now useless evcnt structures.
Miod Vallat
2003-07-03
ansify
Jason Wright
2003-06-27
These don't need linear mappings either.
Jason Wright
2003-06-24
Add a "where" argument to the sparc64 interrupt code. This lets us
Henric Jungheim
2003-03-27
Don't need linear mappings in here.
Jason Wright
2003-02-17
Add support for the Sun Enterprise 450
Henric Jungheim
2003-02-11
be consistant on Hz vs hz
Michael Shalayeff
2003-02-09
make ESP_SBUS_DEBUG compile
Jason Wright
2002-04-09
because SUNW,fas boards don't have a corresponding 'dma' device, searching
Jason Wright
2002-03-14
Final __P removal plus some cosmetic fixups
Todd C. Miller
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-09-27
Huge merge with NetBSD. For full details look at their revision history (1.2...
Jason Wright
2001-09-26
bad me, don't break current builds with uncomitted dependent changes.
Jason Wright
2001-09-25
pretty up attach messages (as best as possible) for fas.
Jason Wright
2001-08-21
rcsid
Jason Wright
2001-08-21
esp driver from NetBSD (compiles and even probes disks =)
Jason Wright