summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev/si.c
AgeCommit message (Expand)Author
2010-06-28Remove all adapter-specific 'struct scsi_device's. They are never used. FirstKenneth R Westerback
2010-06-27make sparc compile again after tag team viking/guenther breakage.Bob Beck
2010-06-26Don't #include <sys/user.h> into files that don't need the stuffPhilip Guenthe
2009-02-16Extend the scsi_adapter minphys() callback to take a struct scsi_link *Miod Vallat
2009-01-04Be silent when deciding that the last chunk of a DMA transfer will be doneMiod Vallat
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2007-12-29fix comments after the members of scsi_adapter were changed.David Gwynne
2007-11-27typos; ok jmc@Martynas Venckus
2007-07-01Do not define DEBUG unconditionnaly.Miod Vallat
2007-06-09Silence a debug printf.Miod Vallat
2006-12-13Remove the dma_eop callback in the ncr5380 driver md attachment, it was alwaysMiod Vallat
2006-12-10Delay two seconds after board reset before trying to probe scsi devices.Miod Vallat
2006-12-10Allow ``flags 0'' to work to disable DMA for si(4) and sw(4) - it would getMiod Vallat
2006-11-28give scsi controllers a real attach args to fill in when attaching scsibus.David Gwynne
2004-11-29Spell precede correctly.Jonathan Gray
2004-09-29Switch sparc to evcount; ok deraadt@Miod Vallat
2003-11-14the the; rohee@Miod Vallat
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
2002-04-30Fix an ancient problem in how sparc interrupts are handled.Artur Grabowski
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2000-09-21initialize sc_link.openings to it's (currently) default value of 4Michael Shalayeff
1999-07-09vm_offset_t -> {v,p}addr_t and vm_size_t -> {v,p}size_tArtur Grabowski
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1997-09-17NETBSD_CURRENT_970916. Lot's just ID changes, since changes don't apply toJason Downs
1997-08-08Mostly sync to NetBSD-current 970804.Jason Downs
1997-05-07Turn off si driver's dma by default. Unfortunately, DMA doesn't work.gene
1996-11-23added const to second parameter of cfprint_t routineskstailey
1996-08-11netbsd port, now we merge our changes back inTheo de Raadt
1996-01-12from netbsd;Theo de Raadt
1996-01-05from netbsd; = not ==Theo de Raadt
1996-01-04mi 5380 driverTheo de Raadt
1995-12-15new mapdev/()/mapiodev() calling convention uses "struct rom_reg *" to supplyTheo de Raadt
1995-11-18remove a bunch of stupid 4/100 and bustype checksTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt