History log of /src/sys/arch/dreamcast/dev/maple/mmemcard.c |
Revision | | Date | Author | Comments |
1.26 |
| 26-Apr-2015 |
mlelstv | Use C99-style initializers for struct dkdriver.
|
1.25 |
| 02-Jan-2015 |
christos | We have three sets of DTYPE_ constants in the kernel: altq Drop Type disklabel Disk Type file Descriptor Type (not to mention constants that contain the string DTYPE). Let's make them two, by changing the disklabel one to be DisK TYPE since the other disklabel constants seem to do that. Not many userland programs use these constants (and the ones that they do are mostly in ifdefs). They will be fixed shortly.
|
1.24 |
| 25-Jul-2014 |
dholland | branches: 1.24.4; Add d_discard to all struct cdevsw instances I could find.
All have been set to "nodiscard"; some should get a real implementation.
|
1.23 |
| 25-Jul-2014 |
dholland | Add d_discard to all struct bdevsw instances I could find.
I've set them all to nodiscard. Some of them (wd, dk, vnd, ld, raidframe, maybe cgd) should be implemented for real.
|
1.22 |
| 26-Mar-2014 |
christos | branches: 1.22.2; kill sprintf
|
1.21 |
| 16-Mar-2014 |
dholland | Change (mostly mechanically) every cdevsw/bdevsw I can find to use designated initializers.
I have not built every extant kernel so I have probably broken at least one build; however I've also found and fixed some wrong cdevsw/bdevsw entries so even if so I think we come out ahead.
|
1.20 |
| 17-Oct-2010 |
tsutsui | branches: 1.20.8; 1.20.18; 1.20.22; Include "ioconf.h" for struct cfdriver.
|
1.19 |
| 17-Oct-2010 |
tsutsui | Split device_t/softc.
|
1.18 |
| 13-Jan-2009 |
yamt | branches: 1.18.4; 1.18.6; g/c BUFQ_FOO() macros and use bufq_foo() directly.
|
1.17 |
| 11-Jun-2008 |
tsutsui | branches: 1.17.4; Use device_lookup_private() to get softc.
|
1.16 |
| 08-Jun-2008 |
tsutsui | branches: 1.16.2; Use device_lookup_private() to get softc.
|
1.15 |
| 28-Apr-2008 |
martin | branches: 1.15.2; Remove clause 3 and 4 from TNF licenses
|
1.14 |
| 17-Oct-2007 |
garbled | branches: 1.14.16; 1.14.18; 1.14.20; Merge the ppcoea-renovation branch to HEAD.
This branch was a major cleanup and rototill of many of the various OEA cpu based PPC ports that focused on sharing as much code as possible between the various ports to eliminate near-identical copies of files in every tree. Additionally there is a new PIC system that unifies the interface to interrupt code for all different OEA ppc arches. The work for this branch was done by a variety of people, too long to list here.
TODO: bebox still needs work to complete the transition to -renovation. ofppc still needs a bunch of work, which I will be looking at. ev64260 still needs to be renovated amigappc was not attempted.
NOTES: pmppc was removed as an arch, and moved to a evbppc target.
|
1.13 |
| 08-Oct-2007 |
ad | Merge disk init changes from the vmlocking branch. These seperate init / destroy of 'struct disk' from attach / detach.
|
1.12 |
| 29-Jul-2007 |
ad | branches: 1.12.4; 1.12.6; 1.12.8; It's not a good idea for device drivers to modify b_flags, as they don't need to understand the locking around that field. Instead of setting B_ERROR, set b_error instead. b_error is 'owned' by whoever completes the I/O request.
|
1.11 |
| 29-Jul-2007 |
ad | It's not a good idea for device drivers to modify b_flags, as they don't need to understand the locking around that field. Instead of setting B_ERROR, set b_error instead. b_error is 'owned' by whoever completes the I/O request.
|
1.10 |
| 06-Mar-2007 |
he | branches: 1.10.2; 1.10.10; 1.10.12; 1.10.14; Cast to char* before doing pointer arithmetic.
|
1.9 |
| 04-Mar-2007 |
christos | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
|
1.8 |
| 28-Mar-2006 |
thorpej | branches: 1.8.14; Use device_unit().
|
1.7 |
| 11-Dec-2005 |
christos | branches: 1.7.4; 1.7.6; 1.7.8; 1.7.10; 1.7.12; merge ktrace-lwp.
|
1.6 |
| 15-Oct-2005 |
yamt | - change the way to specify a bufq strategy. (by string rather than by number) - rather than embedding bufq_state in driver softc, have a pointer to the former. - move bufq related functions from kern/subr_disk.c to kern/subr_bufq.c. - rename method to strategy for consistency. - move some definitions which don't need to be exposed to the rest of kernel from sys/bufq.h to sys/bufq_impl.h. (is it better to move it to kern/ or somewhere?) - fix some obvious breakage in dev/qbus/ts.c. (not tested)
|
1.5 |
| 19-Feb-2005 |
tsutsui | branches: 1.5.6; - u_intNN_t -> uintNN_t - ANSI function decls - ntohl -> be32toh, htonl -> htobe32, htons -> htobe16 - bcopy -> memcpy, bcmp -> memcmp, bzero -> memset - some KNF
|
1.4 |
| 28-Oct-2004 |
yamt | branches: 1.4.4; 1.4.6; move buffer queue related stuffs from buf.h to their own header, bufq.h.
|
1.3 |
| 15-Jul-2003 |
lukem | __KERNEL_RCSID()
|
1.2 |
| 06-Dec-2002 |
itohy | branches: 1.2.2; 1.2.8; minor changes fix typo
|
1.1 |
| 15-Nov-2002 |
itohy | Maple Bus storage device driver Reference: US Patent 6,338,105
|
1.2.8.7 |
| 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
1.2.8.6 |
| 04-Mar-2005 |
skrll | Sync with HEAD.
Hi Perry!
|
1.2.8.5 |
| 17-Jan-2005 |
skrll | Adapt to branch.
|
1.2.8.4 |
| 02-Nov-2004 |
skrll | Sync with HEAD.
|
1.2.8.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.2.8.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.2.8.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.2.2.2 |
| 11-Dec-2002 |
thorpej | Sync with HEAD.
|
1.2.2.1 |
| 06-Dec-2002 |
thorpej | file mmemcard.c was added on branch nathanw_sa on 2002-12-11 05:58:28 +0000
|
1.4.6.1 |
| 19-Mar-2005 |
yamt | sync with head. xen and whitespace. xen part is not finished.
|
1.4.4.1 |
| 29-Apr-2005 |
kent | sync with -current
|
1.5.6.3 |
| 27-Oct-2007 |
yamt | sync with head.
|
1.5.6.2 |
| 03-Sep-2007 |
yamt | sync with head.
|
1.5.6.1 |
| 21-Jun-2006 |
yamt | sync with head.
|
1.7.12.1 |
| 31-Mar-2006 |
tron | Merge 2006-03-31 NetBSD-current into the "peter-altq" branch.
|
1.7.10.1 |
| 19-Apr-2006 |
elad | sync with head - hopefully this will work
|
1.7.8.1 |
| 01-Apr-2006 |
yamt | sync with head.
|
1.7.6.1 |
| 22-Apr-2006 |
simonb | Sync with head.
|
1.7.4.1 |
| 09-Sep-2006 |
rpaulo | sync with head
|
1.8.14.1 |
| 12-Mar-2007 |
rmind | Sync with HEAD.
|
1.10.14.1 |
| 15-Aug-2007 |
skrll | Sync with HEAD.
|
1.10.12.1 |
| 07-Aug-2007 |
matt | Sync with HEAD.
|
1.10.10.2 |
| 16-Oct-2007 |
garbled | Sync with HEAD
|
1.10.10.1 |
| 03-Oct-2007 |
garbled | Sync with HEAD
|
1.10.2.3 |
| 09-Oct-2007 |
ad | Sync with head.
|
1.10.2.2 |
| 20-Aug-2007 |
ad | - Alter disk attach/detach to fix a panic when closing a vnd device. - Sync with HEAD.
|
1.10.2.1 |
| 19-Aug-2007 |
ad | - Back out the biodone() changes. - Eliminate B_ERROR (from HEAD).
|
1.12.8.1 |
| 14-Oct-2007 |
yamt | sync with head.
|
1.12.6.1 |
| 06-Nov-2007 |
matt | sync with HEAD
|
1.12.4.1 |
| 26-Oct-2007 |
joerg | Sync with HEAD.
Follow the merge of pmap.c on i386 and amd64 and move pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup code to restore CR4 before jumping back into kernel space as the large page option might cover that.
|
1.14.20.2 |
| 04-May-2009 |
yamt | sync with head.
|
1.14.20.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.14.18.2 |
| 17-Jun-2008 |
yamt | sync with head.
|
1.14.18.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.14.16.3 |
| 17-Jan-2009 |
mjf | Sync with HEAD.
|
1.14.16.2 |
| 29-Jun-2008 |
mjf | Sync with HEAD.
|
1.14.16.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.15.2.1 |
| 23-Jun-2008 |
wrstuden | Sync w/ -current. 34 merge conflicts to follow.
|
1.16.2.1 |
| 18-Jun-2008 |
simonb | Sync with head.
|
1.17.4.1 |
| 19-Jan-2009 |
skrll | Sync with HEAD.
|
1.18.6.1 |
| 05-Mar-2011 |
rmind | sync with head
|
1.18.4.1 |
| 22-Oct-2010 |
uebayasi | Sync with HEAD (-D20101022).
|
1.20.22.1 |
| 18-May-2014 |
rmind | sync with head
|
1.20.18.2 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
1.20.18.1 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.20.8.1 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.22.2.1 |
| 10-Aug-2014 |
tls | Rebase.
|
1.24.4.2 |
| 06-Jun-2015 |
skrll | Sync with HEAD
|
1.24.4.1 |
| 06-Apr-2015 |
skrll | Sync with HEAD
|