[139] in linux-scsi channel archive
missing patches for modularized NCR53c810
daemon@ATHENA.MIT.EDU (Drew Eckhardt)
Mon Apr 10 19:25:35 1995
To: linux-scsi@vger.rutgers.edu
Date: Mon, 10 Apr 1995 12:16:24 MDT
From: Drew Eckhardt <drew@boulder.openware.com>
--- 1.1 1995/04/08 09:58:59
+++ kernel/ksyms.c 1995/04/09 08:11:59
@@ -103,6 +103,7 @@
X(pcibios_read_config_byte),
X(pcibios_read_config_word),
X(pcibios_read_config_dword),
+ X(pcibios_strerror),
X(pcibios_write_config_byte),
X(pcibios_write_config_word),
X(pcibios_write_config_dword),
@@ -273,12 +274,15 @@
#ifdef CONFIG_INET
X(inet_add_protocol),
X(inet_del_protocol),
+#if defined(CONFIG_SLIP) || defined(CONFIG_PPP)
+ /* VJ header compression */
X(slhc_init),
X(slhc_free),
X(slhc_remember),
X(slhc_compress),
X(slhc_uncompress),
#endif
+#endif
/* Device callback registration */
X(register_netdevice_notifier),
X(unregister_netdevice_notifier),
@@ -316,6 +320,11 @@
#endif
#ifdef CONFIG_SCSI
/* Supports loadable scsi drivers */
+ /*
+ * in_scan_scsis is a hack, and should go away once the new
+ * memory allocation code is in the NCR driver
+ */
+ X(in_scan_scsis),
X(scsi_register_module),
X(scsi_unregister_module),
X(scsi_free),
@@ -324,6 +333,8 @@
X(scsi_unregister),
X(scsicam_bios_param),
X(print_command),
+ X(print_msg),
+ X(print_status),
#endif
/* Added to make file system as module */
X(set_writetime),
--- 1.1 1995/04/09 08:14:53
+++ include/linux/bios32.h 1995/04/09 08:15:11
@@ -48,5 +48,5 @@
unsigned char device_fn, unsigned char where, unsigned short value);
extern pcibios_write_config_dword (unsigned char bus,
unsigned char device_fn, unsigned char where, unsigned long value);
-
+extern char *pcibios_strerror (int error);
#endif /* ndef BIOS32_H */